Ticket #22517: patch-Misc-setuid-prog.c.diff
File patch-Misc-setuid-prog.c.diff, 410 bytes (added by eborisch@…, 15 years ago) |
---|
-
Misc/setuid-prog.c
old new 70 70 #define environ _environ 71 71 #endif 72 72 73 #if defined(__APPLE__) 74 #include <sys/time.h> 75 #include <crt_externs.h> 76 #define environ (*_NSGetEnviron()) 77 #endif 78 73 79 /* don't change def_IFS */ 74 80 char def_IFS[] = "IFS= \t\n"; 75 81 /* you may want to change def_PATH, but you should really change it in */