Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/14/2003 12:46:44
Module Name: src
Committed By: tron
Date: Tue Oct 14 12:46:44 UTC 2003
Modified Files:
src/include: Makefile
src/sys/arch: Makefile
Added Files:
src/include: varargs.h
Log Message:
Replace symbolic link "/usr/include/varargs.h" (pointing to
"/usr/include/machine/varargs.h") by a stub include file which will
emit an error if GCC 3.3 or newer is used and include "machine/varargs.h"
otherwise.
Based on a suggestion by Richard Earnshaw. This fixes PR toolchain/22888
by myself.
To generate a diff of this commit:
cvs rdiff -r1.114 -r1.115 src/include/Makefile
cvs rdiff -r0 -r1.1 src/include/varargs.h
cvs rdiff -r1.24 -r1.25 src/sys/arch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.