]> granicus.if.org Git - sudo/commitdiff
No longer use _NSGetEnviron so don't need crt_externs.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Jun 2010 13:55:36 +0000 (09:55 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Jun 2010 13:55:36 +0000 (09:55 -0400)
plugins/sudoers/env.c

index 1e57d2c425c62379dd0c9da7a67728d73e0683d3..7acc1f983aba409cdec411777655a1d6a0c853a9 100644 (file)
@@ -43,9 +43,6 @@
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif /* HAVE_UNISTD_H */
-#ifdef HAVE__NSGETENVIRON
-#include <crt_externs.h>
-#endif
 #include <ctype.h>
 #include <errno.h>
 #include <pwd.h>