Subject: PR/29919 CVS commit: src/lib/libc
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: netbsd-bugs
Date: 04/12/2005 21:37:01
The following reply was made to PR lib/29919; it has been noted by GNATS.
From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29919 CVS commit: src/lib/libc
Date: Tue, 12 Apr 2005 21:36:46 +0000 (UTC)
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.