From 8b7f6928c69a53fbcc56c7b0b9db14e79ba976da Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 20 Jan 2007 20:20:32 +0000 Subject: releasing busybox 1.3.2 --- include/libbb.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index 65430d254..1f9be8f61 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -46,11 +46,13 @@ #ifdef CONFIG_LOCALE_SUPPORT #include #else -#define setlocale(x,y) +#define setlocale(x,y) ((void)0) #endif #include "pwd_.h" #include "grp_.h" +/* ifdef it out, because it may include */ +/* and we may not even _have_ ! */ #if ENABLE_FEATURE_SHADOWPASSWDS #include "shadow_.h" #endif @@ -59,7 +61,7 @@ #include #include #ifndef PATH_MAX -#define PATH_MAX 256 +#define PATH_MAX 256 #endif /* Tested to work correctly (IIRC :]) */ -- cgit v1.2.3-55-g6feb