Subject: PR/29919 CVS commit: src/lib/libc
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 04/07/2005 16:25:02
The following reply was made to PR lib/29919; it has been noted by GNATS.
From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29919 CVS commit: src/lib/libc
Date: Thu, 7 Apr 2005 16:24:19 +0000 (UTC)
Module Name: src
Committed By: christos
Date: Thu Apr 7 16:24:18 UTC 2005
Modified Files:
src/lib/libc/gen: getmntinfo.c
src/lib/libc/sys: statfs.c
Log Message:
PR/29919: Evaldo Gardenali: getmntinfo() calling deprecated function getfsstat()
Fixed by defining an _getfsstat() internal function and calling that instead.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libc/gen/getmntinfo.c
cvs rdiff -r1.2 -r1.3 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.