]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
fchownat: depend on fstatat
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Sep 2025 06:53:47 +0000 (23:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Sep 2025 07:41:50 +0000 (00:41 -0700)
* 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
modules/fchownat

index 0e2d542ce4866a44b250b2ab3b189bdf67facc2c..47c4601d86ca35034b9f8dbe663b6518cdf6d5d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-09-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        stringeq: Fix use in C++ mode.
index 2a52f9b01ce56305fa7ff92dd2f02f4af4e6c640..e1ffb9728252ff0c528e53f04f92c948da30a3bc 100644 (file)
@@ -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