1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-11-02 13:19:11 +00:00
parent 1941ce9f42
commit f1bafaa237

View File

@@ -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.