Loading...
gen/FreeBSD/exec.c.patch Libc-320.1.3 /dev/null
--- Libc/Libc-320.1.3/gen/FreeBSD/exec.c.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- exec.c.orig	Fri Jan  3 15:16:55 2003
-+++ exec.c	Sat May  3 14:03:35 2003
-@@ -51,7 +51,8 @@
- #include <stdarg.h>
- #include "un-namespace.h"
- 
--extern char **environ;
-+#include <crt_externs.h>
-+#define environ (*_NSGetEnviron())
- 
- int
- execl(const char *name, const char *arg, ...)