From: Jim Meyering Date: Mon, 26 May 2003 20:23:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ab36ba3927fa15d5d68210723de9fe81b6a030c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 406d8999f1..0530f1b818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2003-05-24 Jim Meyering +2003-05-26 Jim Meyering * Version 5.0.1. + * src/stat.c: Fix portability problem on FreeBSD5.0: don't include + 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 + * 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. @@ -21,10 +28,6 @@ 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 * src/head.c (usage): Document new feature: --bytes=-N and --lines=-N.