cvs commit: src/lib/libc/gen wordexp.c

Tim J. Robbins tjr at FreeBSD.org
Fri Apr 9 04:32:33 PDT 2004


tjr         2004/04/09 04:32:32 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/gen         wordexp.c 
  Log:
  Terminate execl()'s argument list with a null pointer instead of a
  null pointer constant. (The latter may be an integer constant, which
  is not correct here.)
  
  Submitted by:   Stefan Farfeleder
  
  Revision  Changes    Path
  1.5       +1 -1      src/lib/libc/gen/wordexp.c


More information about the cvs-src mailing list