From: Jim Meyering Date: Wed, 28 May 2003 18:06:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~437 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a50b49d4297fdece382cf7d8a421899d49a3395d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0530f1b818..fca3432b15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2003-05-26 Jim Meyering +2003-05-28 Jim Meyering * Version 5.0.1. + * src/extract-magic: Allow expansion of `$file' in the here- + document corresponding to the comment at the top of fs.h. + +2003-05-26 Jim Meyering + * 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.