summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-29 10:29:25 +0000
committerJim Meyering <jim@meyering.net>2001-09-29 10:29:25 +0000
commit56a2795f38574e8027fd2b013d06a6adab30ef90 (patch)
treeb4302f208667796fcf7b683eba14613d019df4ab /m4
parentdd39ed6e813edc55f9052c39f2d1ce11bfecac10 (diff)
downloadcoreutils-56a2795f38574e8027fd2b013d06a6adab30ef90.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 858f1df53..e3eb8d145 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -11,6 +11,7 @@
directives with appropriate #if HAVE_*_H tests so that we can
detect getfsstat on Apple Darwin1.3.7 systems.
Reported by Nelson Beebe.
+ Also fix harmless typo in cache variable name: s/getsstat/getfsstat/.
2001-09-28 Paul Eggert <eggert@twinsun.com>