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