Date: Sun, 29 Jun 2003 10:33:34 -0700 (PDT) From: Gordon Tetlow <gordon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h src/lib/libc/gen exec.3 exec.c Message-ID: <200306291733.h5THXYnw000555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gordon 2003/06/29 10:33:34 PDT FreeBSD src repository Modified files: include unistd.h lib/libc/gen exec.3 exec.c Log: Add a libc function execvP that takes the search path as an arguement. Change execvp to be a wrapper around execvP. This is necessary for some of the /rescue pieces. It may also be more generally applicable as well. Submitted by: Tim Kientzle <kientzle@acm.org> Approved by: Silence on arch@ Revision Changes Path 1.67 +1 -0 src/include/unistd.h 1.21 +24 -7 src/lib/libc/gen/exec.3 1.21 +16 -8 src/lib/libc/gen/exec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306291733.h5THXYnw000555>