summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-04 09:18:02 +0000
committerJim Meyering <jim@meyering.net>2003-03-04 09:18:02 +0000
commit59ae46343b1fb621b47af2496deb132ab9458585 (patch)
tree24caef11f068e14aea23985e0e43bbb591add262 /m4
parentf31ebeed31f783774a15217af7b1df44b3d4a0ae (diff)
downloadcoreutils-59ae46343b1fb621b47af2496deb132ab9458585.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <jim@meyering.net>
+
+ `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 <jim@meyering.net>
* prereq.m4 (jm_PREREQ_PHYSMEM): Also check for `table' function.