]> git.ipfire.org Git - thirdparty/coreutils.git/commit
ls: omit a static var
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Apr 2025 19:59:41 +0000 (12:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Apr 2025 20:00:24 +0000 (13:00 -0700)
commit0d04b985d66c6e02438d72fb474a49fc53824230
tree936744aa207e9279c08636dec6834532c1d785d8
parent356e40ff8e113e6d30a3b469c3aa7a77c6cc56f4
ls: omit a static var

* src/ls.c (file_has_aclinfo_cache): No need for unsupported_cached;
we can use unsupported_scontext.  Also, improve comments.
src/ls.c