Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/30/2000 18:27:34
Module Name:	basesrc
Committed By:	martin
Date:		Sat Dec 30 16:27:34 UTC 2000

Modified Files:
	basesrc/lib/libc/gen: syslog.c verr.c verrx.c vwarn.c vwarnx.c

Log Message:
Be consistent with argument types vs. prototype; use _BSD_VA_LIST_ as
the argument, instead of va_list. Might not make a difference on most
ports, depending on toolchain/MD typedefs. Does make a difference on sparc64,
where it wouldn't compile otherwise.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 basesrc/lib/libc/gen/syslog.c
cvs rdiff -r1.4 -r1.5 basesrc/lib/libc/gen/verr.c \
    basesrc/lib/libc/gen/verrx.c basesrc/lib/libc/gen/vwarn.c \
    basesrc/lib/libc/gen/vwarnx.c

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