diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-14 12:53:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-14 12:53:10 +0000 |
commit | f7d204bce417349acacf70779b89a7aa3557c48a (patch) | |
tree | b576f967ef1ee251d7554ef19a48fa004d229718 | |
parent | 2b38bcb26a3988b8871b35a69eb430b4371ed6b8 (diff) | |
download | coreutils-f7d204bce417349acacf70779b89a7aa3557c48a.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bc94bd695..705d7b75b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2002-04-14 Jim Meyering <meyering@lucent.com> + * Version 4.1.9. + * src/stat.c (statfs_secure): Define. (print_stat): Remove another #ifdef. (do_statfs): Likewise. @@ -38,8 +40,6 @@ 2002-04-12 Jim Meyering <meyering@lucent.com> - * Version 4.1.9. - * src/Makefile.am (LDADD): List ../lib/libfetish.a both before and after @LIBINTL@. Thanks to Paul Eggert for the fix and to Bruno Haible for diagnosing the problem. |