Subject: CVS commit: pkgsrc/pkgtools/libnbcompat/files
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 09/11/2003 11:26:10
Module Name:	pkgsrc
Committed By:	grant
Date:		Thu Sep 11 11:26:10 UTC 2003

Modified Files:
	pkgsrc/pkgtools/libnbcompat/files: configure configure.ac
	pkgsrc/pkgtools/libnbcompat/files/nbcompat: nbconfig.h.in

Log Message:
back out revision 1.22 which broke statfs() on Linux and FreeBSD
systems which have both statfs() and statvfs().

while it would be nice to have an OS-independent way of testing
whether to use our statfs() implementation, in reality it is much more
reliable to only use it where required.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/pkgtools/libnbcompat/files/configure
cvs rdiff -r1.25 -r1.26 pkgsrc/pkgtools/libnbcompat/files/configure.ac
cvs rdiff -r1.8 -r1.9 \
    pkgsrc/pkgtools/libnbcompat/files/nbcompat/nbconfig.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.