*: tidy up usage of char **environ

This commit is contained in:
Denis Vlasenko
2008-01-28 22:45:43 +00:00
parent 0effc2410b
commit 847fa779af
11 changed files with 12 additions and 17 deletions
-2
View File
@@ -30,8 +30,6 @@
*/
#include <getopt.h> /* struct option */
extern char **environ;
#include "libbb.h"
#if ENABLE_FEATURE_ENV_LONG_OPTIONS
-1
View File
@@ -9,7 +9,6 @@
*/
#include "libbb.h"
extern char **environ;
int printenv_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int printenv_main(int argc, char **argv)