Always declare environ now that we swap it around unilaterally.

This commit is contained in:
Todd C. Miller
2012-03-09 12:42:30 -05:00
parent b455bccc5e
commit 4d1752d4d1

View File

@@ -148,9 +148,7 @@ static struct rlimit corelimit;
static struct rlimit nproclimit;
#endif
#ifdef HAVE_LOGIN_CAP_H
extern char **environ;
#endif
int
main(int argc, char *argv[], char *envp[])