diff options
-rw-r--r-- | old/fileutils/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c971967c4..57779812d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -8,6 +8,7 @@ twos-complement arithmetic. :-) 2001-08-10 Jim Meyering <meyering@lucent.com> + * 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. |