From: Jim Meyering Date: Fri, 10 Aug 2001 19:02:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eac67711b575e62318ac03244641095eda519651;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c971967c42..57779812dc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -8,6 +8,7 @@ twos-complement arithmetic. :-) 2001-08-10 Jim Meyering + * ls.c (print_long_format): Multiply the shift width by zero to avoid a warning from gcc on hosts with an unsigned type for the st_size member.