From: Jim Meyering Date: Fri, 2 Nov 2001 13:19:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~18 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f1bafaa2378ae2977fa5d5683c135bfc3b0c8417;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 14c11c593c..a6f073467c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,7 +2,11 @@ * Version 4.1.1. - * src/ls.c (dev_ino_pop): Cast 2nd arg of obstack_blank to `int' + * src/ls.c: Rename global: s/trace_dirs/recursive/. + (extract_dirs_from_files): Rename parameter: + s/recursive/ignore_dot_and_dot_dot/. + + * 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.