Subject: CVS commit: src/sys/arch/sh3/include
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 05/15/2006 08:57:59
Module Name:	src
Committed By:	uwe
Date:		Mon May 15 08:57:59 UTC 2006

Modified Files:
	src/sys/arch/sh3/include: ansi.h

Log Message:
Change _BSD_VA_LIST_ from "void *" to "__builtin_va_list" for newer
gcc versions and "char *" otherwise.  This is what most other arches
use, modulo different __GNUC_PREREQ__.

This is in preparation for replacing stdarg.h and varargs.h with
versions based on __builtin_* instead of handwritten code that gcc
3.3.6 and up refuse to compile b/c of lhs casts.

Identical binary code produced.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/sh3/include/ansi.h

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