Subject: CVS commit: src/usr.bin
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/11/2006 00:25:46
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.