cvs commit: src/contrib/diff util.c
Hartmut Brandt
harti at FreeBSD.org
Mon Nov 3 04:41:29 PST 2003
harti 2003/11/03 04:41:27 PST
FreeBSD src repository
Modified files:
contrib/diff util.c
Log:
Terminate the execl() argument list with (char *)NULL instead of 0.
The later is wrong and may fail on sizeof(char *) != sizeof(int)
machines. The patch has already been sent to and accepted by the
diffutils author, but the file is already off the vendor branch, so
correct it here in the meanwhile too.
Revision Changes Path
1.6 +2 -2 src/contrib/diff/util.c
More information about the cvs-src
mailing list