diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-28 22:45:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-28 22:45:43 +0000 |
commit | 847fa779aff2592e842654b95dc2c321885e1eec (patch) | |
tree | 82a3ba374faa6f07bdcfea80d12a6e9efe2870c4 /editors | |
parent | 0effc2410b219de8c1966752ed217d67943fce69 (diff) | |
download | busybox-w32-847fa779aff2592e842654b95dc2c321885e1eec.tar.gz busybox-w32-847fa779aff2592e842654b95dc2c321885e1eec.tar.bz2 busybox-w32-847fa779aff2592e842654b95dc2c321885e1eec.zip |
*: tidy up usage of char **environ
Diffstat (limited to 'editors')
-rw-r--r-- | editors/awk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index da3401b37..983b31116 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include "xregex.h" | 11 | #include "xregex.h" |
12 | #include <math.h> | 12 | #include <math.h> |
13 | extern char **environ; | ||
14 | 13 | ||
15 | /* This is a NOEXEC applet. Be very careful! */ | 14 | /* This is a NOEXEC applet. Be very careful! */ |
16 | 15 | ||