Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 04/12/2005 21:36:46
Module Name:	src
Committed By:	drochner
Date:		Tue Apr 12 21:36:46 UTC 2005

Modified Files:
	src/lib/libc/gen: getmntinfo.c
	src/lib/libc/sys: statfs.c

Log Message:
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.14 -r1.15 src/lib/libc/gen/getmntinfo.c
cvs rdiff -r1.3 -r1.4 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.