Source-Changes archive

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

CVS commit: src/usr.bin



Module Name:    src
Committed By:   mrg
Date:           Thu May 11 00:25:46 UTC 2006

Modified Files:
        src/usr.bin/telnet: commands.c
        src/usr.bin/tn3270/sys_curses: system.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.65 -r1.66 src/usr.bin/telnet/commands.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/tn3270/sys_curses/system.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