From: Paul Eggert Date: Sat, 20 Sep 2025 06:53:47 +0000 (-0700) Subject: fchownat: depend on fstatat X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e7a7b1305e086edc07cdf8bc108bfffdcdad87;p=thirdparty%2Fgnulib.git fchownat: depend on fstatat * modules/fchownat (Depends-on): Add fstatat. This fixes a dependency bug I introduced on 2022-03-09 when I made the statat module obsolute. --- diff --git a/ChangeLog b/ChangeLog index 0e2d542ce4..47c4601d86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-09-20 Paul Eggert + + fchownat: depend on fstatat + * modules/fchownat (Depends-on): Add fstatat. + This fixes a dependency bug I introduced on 2022-03-09 + when I made the statat module obsolute. + 2025-09-19 Bruno Haible stringeq: Fix use in C++ mode. diff --git a/modules/fchownat b/modules/fchownat index 2a52f9b01c..e1ffb97282 100644 --- a/modules/fchownat +++ b/modules/fchownat @@ -19,6 +19,7 @@ lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] openat-die [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] openat-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] save-cwd [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] +fstatat [test $REPLACE_FCHOWNAT = 1] configure.ac: gl_FUNC_FCHOWNAT