Subject: CVS commit: [netbsd-3] src/lib/libc
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 03/01/2006 17:12:51
Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 17:12:51 UTC 2006

Modified Files:
	src/lib/libc/gen [netbsd-3]: getmntinfo.c
	src/lib/libc/sys [netbsd-3]: statfs.c

Log Message:
Pull up following revision(s) (requested by drochner in ticket #1187):
	lib/libc/sys/statfs.c: revision 1.4
	lib/libc/gen/getmntinfo.c: revision 1.15
getmntinfo() if a compatibility function, so there is no point in hiding
references to the compatibility getfsstat()
The real problem behind PR lib/29919 was a stale weak_alias, so back out
the workaround.


To generate a diff of this commit:
cvs rdiff -r1.13.2.1 -r1.13.2.2 src/lib/libc/gen/getmntinfo.c
cvs rdiff -r1.2.2.1 -r1.2.2.2 src/lib/libc/sys/statfs.c

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