X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7b00c0c43f52e9d27168e67a26aac19065cdb40c..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/stdlib/FreeBSD/system.3.patch diff --git a/stdlib/FreeBSD/system.3.patch b/stdlib/FreeBSD/system.3.patch deleted file mode 100644 index b202c83..0000000 --- a/stdlib/FreeBSD/system.3.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- system.3.bsdnew 2009-11-13 14:11:52.000000000 -0800 -+++ system.3 2009-11-13 14:11:52.000000000 -0800 -@@ -43,13 +43,13 @@ - .Sh SYNOPSIS - .In stdlib.h - .Ft int --.Fn system "const char *string" -+.Fn system "const char *command" - .Sh DESCRIPTION - The - .Fn system - function - hands the argument --.Fa string -+.Fa command - to the command interpreter - .Xr sh 1 . - The calling process waits for the shell -@@ -62,7 +62,7 @@ and blocking - .Dv SIGCHLD . - .Pp - If --.Fa string -+.Fa command - is a - .Dv NULL - pointer,