From 66a08a8636e7f89ccc8ea904b6c5100853e63a4f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 9 Mar 2020 00:55:56 +0100 Subject: [PATCH] crypto/af_alg, renameatu, same, term-style-control: Depend on fstat. * modules/crypto/af_alg (Depends-on): Add fstat. * modules/renameatu (Depends-on): Likewise. * modules/same (Depends-on): Likewise. * modules/term-style-control (Depends-on): Likewise. --- ChangeLog | 8 ++++++++ modules/crypto/af_alg | 1 + modules/renameatu | 1 + modules/same | 1 + modules/term-style-control | 1 + 5 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 46fce2b50c..889f75ae22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-03-08 Bruno Haible + + crypto/af_alg, renameatu, same, term-style-control: Depend on fstat. + * modules/crypto/af_alg (Depends-on): Add fstat. + * modules/renameatu (Depends-on): Likewise. + * modules/same (Depends-on): Likewise. + * modules/term-style-control (Depends-on): Likewise. + 2020-03-08 Bruno Haible *printf-posix: Document why it's overridden on some glibc systems. diff --git a/modules/crypto/af_alg b/modules/crypto/af_alg index 95273d495f..ec263b0149 100644 --- a/modules/crypto/af_alg +++ b/modules/crypto/af_alg @@ -12,6 +12,7 @@ c99 [test $USE_AF_ALG = 1] fflush [test $USE_AF_ALG = 1] fseeko [test $USE_AF_ALG = 1] ftello [test $USE_AF_ALG = 1] +fstat [test $USE_AF_ALG = 1] sys_socket sys_stat diff --git a/modules/renameatu b/modules/renameatu index 1c3fd99846..bc320d13ea 100644 --- a/modules/renameatu +++ b/modules/renameatu @@ -17,6 +17,7 @@ statat [test $REPLACE_RENAMEAT = 1] stdbool [test $REPLACE_RENAMEAT = 1] at-internal [test $HAVE_RENAMEAT = 0] dosname [test $HAVE_RENAMEAT = 0] +fstat [test $HAVE_RENAMEAT = 0] getcwd-lgpl [test $HAVE_RENAMEAT = 0] openat-die [test $HAVE_RENAMEAT = 0] rename [test $HAVE_RENAMEAT = 0] diff --git a/modules/same b/modules/same index 889ccbd55b..24c9cf3a1e 100644 --- a/modules/same +++ b/modules/same @@ -10,6 +10,7 @@ m4/same.m4 Depends-on: error dirname +fstat fstatat openat same-inode diff --git a/modules/term-style-control b/modules/term-style-control index fb2d0988b9..0a2f935596 100644 --- a/modules/term-style-control +++ b/modules/term-style-control @@ -11,6 +11,7 @@ fatal-signal sigaction sigprocmask full-write +fstat same-inode configure.ac: -- 2.39.5