1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-09 10:11:34 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-12-25 10:45:20 +00:00
parent 3c1f0042f5
commit 5688e294f7
+3
View File
@@ -1,5 +1,8 @@
2000-12-25 Jim Meyering <meyering@lucent.com>
* 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.