]> git.ipfire.org Git - thirdparty/coreutils.git/commit
ls: restore 8.31 behavior on removed directories
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Mar 2020 01:25:29 +0000 (17:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Mar 2020 18:19:57 +0000 (10:19 -0800)
commit10fcb97bd728f09d4a027eddf8ad2900f0819b0a
tree8b5a7c86011493aeac8a487326b083ace25c027b
parentda589f1d634849f4bfd4e32119015a81e567d8d5
ls: restore 8.31 behavior on removed directories

* NEWS: Mention this.
* src/ls.c: Do not include <sys/sycall.h>
(print_dir): Don't worry about whether the directory is removed.
* tests/ls/removed-directory.sh: Adjust to match new (i.e., old)
behavior.
NEWS
src/ls.c
tests/ls/removed-directory.sh