X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff:/gen/FreeBSD/exec.3.patch diff --git a/gen/FreeBSD/exec.3.patch b/gen/FreeBSD/exec.3.patch index b22f837..3cdc895 100644 --- a/gen/FreeBSD/exec.3.patch +++ b/gen/FreeBSD/exec.3.patch @@ -1,33 +1,31 @@ ---- exec.3.orig Tue May 20 15:21:01 2003 -+++ exec.3 Mon Oct 27 23:21:54 2003 +--- exec.3.orig 2003-09-10 12:24:32.000000000 -0700 ++++ exec.3 2004-10-24 17:12:17.000000000 -0700 @@ -39,7 +39,6 @@ .Nm execl , .Nm execlp , .Nm execle , -.Nm exect , .Nm execv , - .Nm execvp - .Nd execute a file -@@ -55,8 +54,6 @@ - .Ft int - .Fn execle "const char *path" "const char *arg" ... + .Nm execvp , + .Nm execvP +@@ -62,8 +61,6 @@ + .Ek + .Fc .Ft int -.Fn exect "const char *path" "char *const argv[]" "char *const envp[]" -.Ft int .Fn execv "const char *path" "char *const argv[]" .Ft int .Fn execvp "const char *file" "char *const argv[]" -@@ -97,8 +94,7 @@ +@@ -106,7 +103,6 @@ pointer. .Pp The -.Fn exect , --.Fn execv , -+.Fn execv + .Fn execv , + .Fn execvp , and - .Fn execvp - functions provide an array of pointers to null-terminated strings that -@@ -113,9 +109,7 @@ +@@ -123,9 +119,7 @@ .Pp The .Fn execle @@ -38,7 +36,7 @@ the .Dv NULL pointer that terminates the list of arguments in the argument list -@@ -185,11 +179,6 @@ +@@ -203,11 +197,6 @@ these functions will execute the shell with the path of the file as its first argument. (If this attempt fails, no further searching is done.) @@ -50,7 +48,7 @@ .Sh RETURN VALUES If any of the .Fn exec -@@ -218,10 +207,8 @@ +@@ -237,10 +226,8 @@ .Xr malloc 3 . .Pp The