From: Mark Whitley Date: Thu, 15 Mar 2001 19:39:40 +0000 (-0000) Subject: Reversed previous patch. The right way is to fix uClibc. X-Git-Tag: 0_50~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=730cdb19047d7b344d77e5061703de8ee6f23f31;p=oweals%2Fbusybox.git Reversed previous patch. The right way is to fix uClibc. --- diff --git a/lash.c b/lash.c index bb833ea2f..a3003abea 100644 --- a/lash.c +++ b/lash.c @@ -65,11 +65,6 @@ #include #include -// fix compile with uClibc (which does #define index strchr) -andy -#ifdef index -#undef index -#endif - #undef BB_FEATURE_SH_WORDEXP #if BB_FEATURE_SH_WORDEXP diff --git a/sh.c b/sh.c index bb833ea2f..a3003abea 100644 --- a/sh.c +++ b/sh.c @@ -65,11 +65,6 @@ #include #include -// fix compile with uClibc (which does #define index strchr) -andy -#ifdef index -#undef index -#endif - #undef BB_FEATURE_SH_WORDEXP #if BB_FEATURE_SH_WORDEXP diff --git a/shell/lash.c b/shell/lash.c index bb833ea2f..a3003abea 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -65,11 +65,6 @@ #include #include -// fix compile with uClibc (which does #define index strchr) -andy -#ifdef index -#undef index -#endif - #undef BB_FEATURE_SH_WORDEXP #if BB_FEATURE_SH_WORDEXP