Subject: CVS commit: basesrc/sbin/dump
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/25/2001 11:04:28
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Oct 25 08:04:28 UTC 2001

Modified Files:
	basesrc/sbin/dump: optr.c

Log Message:
in msg(), don't call va_list using functions twice in a row without calling
va_start() in between; reorder code so that we call vsnprintf and then
just fputs that buffer. crank the size of lastmsg whilst we're here
problem noted by Hideo Saito in [bin/14348].


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/sbin/dump/optr.c

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