Subject: CVS commit: basesrc/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/25/2002 00:07:45
Module Name: basesrc
Committed By: thorpej
Date: Fri May 24 21:07:44 UTC 2002
Modified Files:
basesrc/include: stdio.h
Log Message:
Parameterize the vfscanf macro's arguments. Without them, 3rd party
software can become greatly confused.
This fixes 4 GCC 3.2 testsuite failures.
This is a stop-gap measure which can be easily applied to the 1.6
release branch. A different fix for the trunk is forthcoming.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 basesrc/include/stdio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.