Always declare environ now that we swap it around unilaterally.
This commit is contained in:
@@ -148,9 +148,7 @@ static struct rlimit corelimit;
|
|||||||
static struct rlimit nproclimit;
|
static struct rlimit nproclimit;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LOGIN_CAP_H
|
|
||||||
extern char **environ;
|
extern char **environ;
|
||||||
#endif
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[], char *envp[])
|
main(int argc, char *argv[], char *envp[])
|
||||||
|
Reference in New Issue
Block a user