diff options
author | Denis Vlasenko | 2008-01-28 22:45:43 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-01-28 22:45:43 +0000 |
commit | 847fa779aff2592e842654b95dc2c321885e1eec (patch) | |
tree | 82a3ba374faa6f07bdcfea80d12a6e9efe2870c4 /shell/ash.c | |
parent | 0effc2410b219de8c1966752ed217d67943fce69 (diff) | |
download | busybox-847fa779aff2592e842654b95dc2c321885e1eec.zip busybox-847fa779aff2592e842654b95dc2c321885e1eec.tar.gz |
*: tidy up usage of char **environ
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 96563bf..2a9e96a 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -60,7 +60,6 @@ #if JOBS || ENABLE_ASH_READ_NCHARS #include <termios.h> #endif -extern char **environ; #if defined(__uClinux__) #error "Do not even bother, ash will not run on uClinux" |