]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 26 May 2003 20:23:31 +0000 (20:23 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 May 2003 20:23:31 +0000 (20:23 +0000)
ChangeLog

index 406d8999f125c3e2d0634246351fd83f019a8ca0..0530f1b8180b9cea1fcb9e93e63e257bac238d26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2003-05-24  Jim Meyering  <jim@meyering.net>
+2003-05-26  Jim Meyering  <jim@meyering.net>
 
        * Version 5.0.1.
 
+       * src/stat.c: Fix portability problem on FreeBSD5.0: don't include
+       <sys/statvfs.h> on systems without HAVE_STRUCT_STATVFS_F_BASETYPE.
+       Use #if/#elif/... cascade so we get only one set of include files.
+       Reported by Nelson Beebe.
+
+2003-05-24  Jim Meyering  <jim@meyering.net>
+
        * src/md5sum.c (split_3): Accept the BSD format only when in MD5 mode.
        * tests/sha1sum/basic-1: Make sure `sha1sum --check' doesn't
        accept the BSD format.
        This sort of thing is why it'd be *Really Good* to factor
        out the common code used here and in tail.c.
 
-       * src/stat.c: Fix portability problem on FreeBSD5.0.
-       FIXME: in progress
-       Reported by Nelson Beebe.
-
 2003-05-14  Jim Meyering  <jim@meyering.net>
 
        * src/head.c (usage): Document new feature: --bytes=-N and --lines=-N.