]> git.ipfire.org Git - thirdparty/coreutils.git/commit
ls: use Gnulib’s unsupported errno list
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Nov 2024 16:57:42 +0000 (08:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Nov 2024 07:41:18 +0000 (23:41 -0800)
commite9d294afb987d692a133458c14ca4b2c8eed5d77
tree171ef7be4cc54202832dbedd1dc588dcfe79e31e
parent6e297e8855085e99b1a910d77bebeadd7925f90d
ls: use Gnulib’s unsupported errno list

* bootstrap.conf (gnulib_modules): Add acl-permissions, which
supplies acl_errno_valid, and which we are already using
indirectly via file-has-acl.
* src/ls.c (errno_unsupported): Remove.  All calls replaced
by !acl_errno_valid.
bootstrap.conf
src/ls.c