* bootstrap.conf: Adjust for changes to fchmodat and fchownat, which are now separated from chmodat and chownat respectively. --- bootstrap.conf | 4 ++-- gnulib | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf index 0406a8b12..db49c97d5 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -46,7 +46,9 @@ gnulib_modules=" calloc-gnu canon-host canonicalize + chmodat chown + chownat cloexec closein closeout @@ -75,8 +77,6 @@ gnulib_modules=" faccessat fadvise fchdir - fchmodat - fchownat fclose fcntl fcntl-safer diff --git a/gnulib b/gnulib index 203dda3b8..d279bc6d9 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 203dda3b86d5c9ac5a661d61038c284370448ca8 +Subproject commit d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba -- 2.24.1
