Loading...
--- Libc/Libc-763.11/stdlib/FreeBSD/system.c.patch
+++ Libc/Libc-583/stdlib/FreeBSD/system.c.patch
@@ -1,6 +1,6 @@
---- system.c.bsdnew 2009-11-13 14:11:52.000000000 -0800
-+++ system.c 2009-11-13 14:11:52.000000000 -0800
-@@ -40,23 +40,61 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/
+--- system.c.orig 2008-08-28 02:12:39.000000000 -0700
++++ system.c 2008-08-28 02:15:08.000000000 -0700
+@@ -44,23 +44,61 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/
#include <stdlib.h>
#include <stddef.h>
#include <unistd.h>
@@ -66,7 +66,7 @@
/*
* Ignore SIGINT and SIGQUIT, block SIGCHLD. Remember to save
* existing signal dispositions.
-@@ -65,33 +103,45 @@ __system(command)
+@@ -69,33 +107,45 @@ __system(command)
(void)sigemptyset(&ign.sa_mask);
ign.sa_flags = 0;
(void)_sigaction(SIGINT, &ign, &intact);