diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-29 10:29:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-29 10:29:25 +0000 |
commit | 56a2795f38574e8027fd2b013d06a6adab30ef90 (patch) | |
tree | b4302f208667796fcf7b683eba14613d019df4ab /m4 | |
parent | dd39ed6e813edc55f9052c39f2d1ce11bfecac10 (diff) | |
download | coreutils-56a2795f38574e8027fd2b013d06a6adab30ef90.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 1 |
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> |