From: Jim Meyering Date: Mon, 25 Dec 2000 10:45:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_35~18 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5688e294f7b4c26a9099daee4dc8d1329ac2377d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index dd7a2b0015..0f3f5ccc7b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ 2000-12-25 Jim Meyering + * src/remove.c (hash_compare_active_dir_ents): Return explicit `true' + or `false', rather than relying on implicit int-to-enum cast. + * src/ls.c (extract_dirs_from_files): Remove unused variable. Reported by Nelson Beebe. (gobble_file): Move decl of local, val, into the scope where it's used.