aboutsummaryrefslogtreecommitdiff
path: root/networking
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 /networking
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 'networking')
-rw-r--r--networking/inetd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index d643dc6e0..a7259f3d4 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -172,9 +172,6 @@
172#include <rpc/pmap_clnt.h> 172#include <rpc/pmap_clnt.h>
173#endif 173#endif
174 174
175extern char **environ;
176
177
178#define _PATH_INETDPID "/var/run/inetd.pid" 175#define _PATH_INETDPID "/var/run/inetd.pid"
179 176
180#define CNT_INTVL 60 /* servers in CNT_INTVL sec. */ 177#define CNT_INTVL 60 /* servers in CNT_INTVL sec. */