diff options
author | Mark Whitley <markw@lineo.com> | 2001-03-15 19:39:40 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-03-15 19:39:40 +0000 |
commit | 730cdb19047d7b344d77e5061703de8ee6f23f31 (patch) | |
tree | 3f7517facb9303d44e99d799a7c7b55fe276ec9b /sh.c | |
parent | 0d4e51d390b7118a4f2332834964e49de9469426 (diff) | |
download | busybox-w32-730cdb19047d7b344d77e5061703de8ee6f23f31.tar.gz busybox-w32-730cdb19047d7b344d77e5061703de8ee6f23f31.tar.bz2 busybox-w32-730cdb19047d7b344d77e5061703de8ee6f23f31.zip |
Reversed previous patch. The right way is to fix uClibc.
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -65,11 +65,6 @@ | |||
65 | #include <unistd.h> | 65 | #include <unistd.h> |
66 | #include <getopt.h> | 66 | #include <getopt.h> |
67 | 67 | ||
68 | // fix compile with uClibc (which does #define index strchr) -andy | ||
69 | #ifdef index | ||
70 | #undef index | ||
71 | #endif | ||
72 | |||
73 | #undef BB_FEATURE_SH_WORDEXP | 68 | #undef BB_FEATURE_SH_WORDEXP |
74 | 69 | ||
75 | #if BB_FEATURE_SH_WORDEXP | 70 | #if BB_FEATURE_SH_WORDEXP |