summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-29 10:27:35 +0000
committerJim Meyering <jim@meyering.net>2001-09-29 10:27:35 +0000
commitdd39ed6e813edc55f9052c39f2d1ce11bfecac10 (patch)
treedf6575b83f10333d738af83328dec677abd603bb /m4
parent726b66072a20c3fdaaec36adeabb5d567992bf9f (diff)
downloadcoreutils-dd39ed6e813edc55f9052c39f2d1ce11bfecac10.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index ac08d1b08..858f1df53 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -5,6 +5,13 @@
SunOS4.1.x needs it for the declaration of `FILE'.
Patch by Volker Borchert.
+ * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
+ Check for these headers: sys/param.h sys/ucred.h sys/mount.h
+ sys/fs_types.h, and make the link-test for getfsstat guard #include
+ directives with appropriate #if HAVE_*_H tests so that we can
+ detect getfsstat on Apple Darwin1.3.7 systems.
+ Reported by Nelson Beebe.
+
2001-09-28 Paul Eggert <eggert@twinsun.com>
Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which