projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
451c0d2
)
Only define a local environ when not using the prototype from unistd.h
author
Eric Andersen
<andersen@codepoet.org>
Sat, 16 Apr 2005 08:02:15 +0000
(08:02 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 16 Apr 2005 08:02:15 +0000
(08:02 -0000)
networking/ifupdown.c
patch
|
blob
|
history
diff --git
a/networking/ifupdown.c
b/networking/ifupdown.c
index 1842be58bcac02c1a7233601796472dda49ec0ef..f93f502bd3ceefd89c89977ad7d335902bc28c85 100644
(file)
--- a/
networking/ifupdown.c
+++ b/
networking/ifupdown.c
@@
-150,7
+150,9
@@
struct interfaces_file_t
static char no_act = 0;
static char verbose = 0;
+#ifndef __USE_GNU
static char **environ = NULL;
+#endif
#ifdef CONFIG_FEATURE_IFUPDOWN_IP