From 544891dd2606ad3beb0aed65feaacc7a100c9dd2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Feb 2001 23:37:30 +0000 Subject: Add in kent robotti's updated dos2unix.c --- init/init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index 2657ec6..4284600 100644 --- a/init/init.c +++ b/init/init.c @@ -93,9 +93,8 @@ static const int RB_AUTOBOOT = 0x01234567; #endif #endif -#ifndef _PATH_STDPATH +#undef _PATH_STDPATH #define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" -#endif #if defined BB_FEATURE_INIT_COREDUMPS -- cgit v1.1