summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-09-18 17:07:38 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2025-09-18 17:08:01 -0700
commit7e41b00d079a1574bbd442bb88c304aa74b16415 (patch)
tree83d3ea7edb01c1e7ffdb7ae2db77932a90fd9a8d
parentfmt: eliminate a clang -Wformat-extra-args warning (diff)
downloadcoreutils-7e41b00d079a1574bbd442bb88c304aa74b16415.tar.gz
coreutils-7e41b00d079a1574bbd442bb88c304aa74b16415.zip
maint: we don’t use Gnulib’s fchownat module
* bootstrap.conf (gnulib_modules): Remove fchownat. It is used only indirectly, via the chownat module.
-rw-r--r--bootstrap.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index ae94e1815..b8feef90a 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -94,7 +94,6 @@ gnulib_modules="
fadvise
fchdir
fchmodat
- fchownat
fclose
fcntl
fcntl-safer