Subject: PR/29919 CVS commit: [netbsd-3] src/lib/libc
To: None <drochner@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 03/01/2006 17:15:06
The following reply was made to PR lib/29919; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29919 CVS commit: [netbsd-3] src/lib/libc
Date: Wed,  1 Mar 2006 17:12:51 +0000 (UTC)

 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.