From: Jim Meyering Date: Sat, 1 Jun 2002 09:38:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_9~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c27d78e6e074105a38775a3542ff7255df0bd822;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0b7414a7f5..80060cd609 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,12 @@ -2002-05-30 Jim Meyering +2002-06-01 Jim Meyering * Version 4.1.9. + * src/ls.c: Remove use of D_TYPE_IN_DIRENT, now that that symbol + has been renamed. + +2002-05-30 Jim Meyering + * src/copy.c (copy_reg): Use a temporary to avoid a warning from gcc -W about comparison between signed and unsigned. (copy_internal): Likewise, but use a cast.