Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Thu May 11 00:22:53 UTC 2006

Modified Files:
        src/games/larn: tok.c
        src/libexec/rexecd: rexecd.c
        src/usr.bin/rdist: server.c
        src/usr.bin/tip: cmds.c
        src/usr.sbin/lpr/lpd: printjob.c

Log Message:
end the argument list to exec*(3) with a NULL instead of a bare '0', as
the latter isn't a pointer context in these varargs functions.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/games/larn/tok.c
cvs rdiff -r1.23 -r1.24 src/libexec/rexecd/rexecd.c
cvs rdiff -r1.28 -r1.29 src/usr.bin/rdist/server.c
cvs rdiff -r1.28 -r1.29 src/usr.bin/tip/cmds.c
cvs rdiff -r1.49 -r1.50 src/usr.sbin/lpr/lpd/printjob.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index