diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-18 17:07:38 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-18 17:08:01 -0700 |
| commit | 7e41b00d079a1574bbd442bb88c304aa74b16415 (patch) | |
| tree | 83d3ea7edb01c1e7ffdb7ae2db77932a90fd9a8d | |
| parent | fmt: eliminate a clang -Wformat-extra-args warning (diff) | |
| download | coreutils-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.conf | 1 |
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 |
