* modules/fchownat (Depends-on): Add fstatat. This fixes a dependency bug I introduced on 2022-03-09 when I made the statat module obsolute. --- ChangeLog | 7 +++++++ modules/fchownat | 1 + 2 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 0e2d542ce4..47c4601d86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-09-20 Paul Eggert <[email protected]> + + 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 <[email protected]> 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 -- 2.51.0
