Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: source-changes
Date: 02/19/1999 16:33:55
Module Name:	src
Committed By:	kristerw
Date:		Sat Feb 20 00:33:55 UTC 1999

Modified Files:
	src/sys/arch/sparc/include: stdarg.h
Log Message:
The recent simplification of the lint version of the va_arg macro broke
linting of vfprintf.c, where va_arg is used as
*va_arg(ap, quad_t *) = ret;
Make the macro slightly more complicated...