aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-01-28 22:45:43 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-01-28 22:45:43 +0000
commit847fa779aff2592e842654b95dc2c321885e1eec (patch)
tree82a3ba374faa6f07bdcfea80d12a6e9efe2870c4 /shell/ash.c
parent0effc2410b219de8c1966752ed217d67943fce69 (diff)
downloadbusybox-w32-847fa779aff2592e842654b95dc2c321885e1eec.tar.gz
busybox-w32-847fa779aff2592e842654b95dc2c321885e1eec.tar.bz2
busybox-w32-847fa779aff2592e842654b95dc2c321885e1eec.zip
*: tidy up usage of char **environ
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 96563bf06..2a9e96a35 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -60,7 +60,6 @@
60#if JOBS || ENABLE_ASH_READ_NCHARS 60#if JOBS || ENABLE_ASH_READ_NCHARS
61#include <termios.h> 61#include <termios.h>
62#endif 62#endif
63extern char **environ;
64 63
65#if defined(__uClinux__) 64#if defined(__uClinux__)
66#error "Do not even bother, ash will not run on uClinux" 65#error "Do not even bother, ash will not run on uClinux"