mirror of https://github.com/mirror/busybox.git
Only define a local environ when not using the prototype from unistd.h
parent
451c0d2828
commit
42e3b00ae5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue