From 59ae46343b1fb621b47af2496deb132ab9458585 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Mar 2003 09:18:02 +0000 Subject: *** empty log message *** --- m4/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'm4') diff --git a/m4/ChangeLog b/m4/ChangeLog index 3f0c720d1..0b85d8f02 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,14 @@ +2003-03-04 Jim Meyering + + `df /some/mount-point' no longer hangs when an unrelated hard-mount + is unavailable + * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in + /proc/mounts until it finds one with matching device number. This is + unnecessary when the FILE argument *is* a mount point. No stat call + is necessary in that case. So, disable the statvfs-testing code on + systems with GNU libc. Reported by Andrei Gaponenko via Tim Waugh + as RedHat bug# 84846. + 2003-02-27 Jim Meyering * prereq.m4 (jm_PREREQ_PHYSMEM): Also check for `table' function. -- cgit v1.2.3-54-g00ecf