From 730cdb19047d7b344d77e5061703de8ee6f23f31 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 15 Mar 2001 19:39:40 +0000 Subject: Reversed previous patch. The right way is to fix uClibc. --- sh.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sh.c') 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 -- cgit v1.2.3