From: Jim Meyering Date: Fri, 2 Nov 2001 13:16:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~19 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1941ce9f42ad6998006b1e81f368519ef8a40a2b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2f964ec90b..14c11c593c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 4.1.1. + * src/ls.c (dev_ino_pop): Cast 2nd arg of obstack_blank to `int' + before negating to avoid warning from gcc on systems with 64-bit size_t. + * src/ls.c: Use XMALLOC and XREALLOC in a several places. It's cleaner. 2001-11-01 Jim Meyering