Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/25/2002 01:17:21
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri May 24 22:17:21 UTC 2002

Modified Files:
	basesrc/include: stdio.h
	basesrc/lib/libc/stdio: fscanf.c local.h scanf.c vfscanf.c vscanf.c

Log Message:
* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.
* Add prototype for vfscanf to <stdio.h>.
* Remove #define of vfscanf to __svfscanf from <stdio.h>.
* Include local.h in libc files which need __svfscanf.
* Add vfscanf weak alias to __svfscanf.

Fixes standards/16997.

NOTE: libc minor not bumped -- ride on the bump to 12.84 made by
itojun today.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 basesrc/include/stdio.h
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/stdio/fscanf.c \
    basesrc/lib/libc/stdio/scanf.c
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/stdio/local.h
cvs rdiff -r1.30 -r1.31 basesrc/lib/libc/stdio/vfscanf.c
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/stdio/vscanf.c

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