Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-15 22:39:40 +0300
committerMark Whitley <markw@lineo.com>2001-03-15 22:39:40 +0300
commit730cdb19047d7b344d77e5061703de8ee6f23f31 (patch)
tree3f7517facb9303d44e99d799a7c7b55fe276ec9b /shell/lash.c
parent0d4e51d390b7118a4f2332834964e49de9469426 (diff)
Reversed previous patch. The right way is to fix uClibc.
Diffstat (limited to 'shell/lash.c')
-rw-r--r--shell/lash.c5
1 files changed, 0 insertions, 5 deletions
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 <unistd.h>
#include <getopt.h>
-// 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