Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 02/27/1999 13:52:23
Module Name:	src
Committed By:	scottr
Date:		Sat Feb 27 21:52:23 UTC 1999

Modified Files:
	src/libexec/ld.elf_so: xprintf.c
Log Message:
Replace local xva_arg() inline function with macros similar to those in
the stdio vfprintf() function.  Fixes compilation errors on powerpc due
to differences in how va_list is implemented.