Subject: CVS commit: syssrc/sys/arch/mips/include
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 08/17/2001 10:15:16
Module Name:	syssrc
Committed By:	simonb
Date:		Fri Aug 17 07:15:16 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/include: stdarg.h

Log Message:
Fix va_arg() problem when adjusting argument pointer when a structure is
passed which is larger than an int but has int alignment.  As well as
fixing the described problem, this is the same way it is handled in the
Irix and Ultrix header files.

Problem and suggested solution by Uros Prestor in port-mips mailling
list.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/mips/include/stdarg.h

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