From e377ede02afbefca3b18a09c832c15b8a2be5548 Mon Sep 17 00:00:00 2001
From: markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Thu, 15 Mar 2001 19:39:40 +0000
Subject: Reversed previous patch. The right way is to fix uClibc.

git-svn-id: svn://busybox.net/trunk/busybox@2100 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 shell/lash.c | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'shell')

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
-- 
cgit v1.2.3-55-g6feb