Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/07/2005 16:24:18
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.