cvs commit: src/include unistd.h src/lib/libc/gen exec.3 exec.c

Gordon Tetlow gordon at FreeBSD.org
Sun Jun 29 10:33:36 PDT 2003


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 at 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


More information about the cvs-src mailing list