Reversed previous patch. The right way is to fix uClibc.

This commit is contained in:
Mark Whitley 2001-03-15 19:39:40 +00:00
parent 0d4e51d390
commit 730cdb1904
3 changed files with 0 additions and 15 deletions

5
lash.c
View File

@ -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

5
sh.c
View File

@ -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

View File

@ -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