Subject: CVS commit: [nathanw_sa] basesrc/lib/libc/stdio
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 05/02/2002 20:04:56
Module Name:	basesrc
Committed By:	nathanw
Date:		Thu May  2 17:04:56 UTC 2002

Modified Files:
	basesrc/lib/libc/stdio [nathanw_sa]: vfprintf.c vfscanf.c

Log Message:
Remove calls to FLOCKFILE() and FUNLOCKFILE() from vfprintf() and __svfscanf(),
rename those routines to vfprintf_unlocked() and __svfscanf_unlocked(),
and implement vfprintf() and __svfscanf() as small routines that do
FLOCKFILE()/foo_unlocked()/FUNLOCKFILE().


To generate a diff of this commit:
cvs rdiff -r1.35.2.4 -r1.35.2.5 basesrc/lib/libc/stdio/vfprintf.c
cvs rdiff -r1.27.6.3 -r1.27.6.4 basesrc/lib/libc/stdio/vfscanf.c

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