From: Jim Meyering Date: Tue, 4 Mar 2003 09:18:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.9~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59ae46343b1fb621b47af2496deb132ab9458585;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 3f0c720d19..0b85d8f024 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.