>From 142b06c129348307b954d50c7451953e5470e2ed Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 28 Nov 2017 14:19:55 -0800 Subject: [PATCH] stat: add missing module dependencies * modules/lstat, modules/stat, modules/utimensat (Depends-on): Add stat-time. --- ChangeLog | 6 ++++++ modules/lstat | 1 + modules/stat | 1 + modules/utimensat | 1 + 4 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 581d4ce56..ae669d48a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-11-28 Paul Eggert + + stat: add missing module dependencies + * modules/lstat, modules/stat, modules/utimensat (Depends-on): + Add stat-time. + 2017-11-28 Benno Schulenberg stat: fix compilation failure on macOS Sierra diff --git a/modules/lstat b/modules/lstat index 7fe97caab..a5bff5199 100644 --- a/modules/lstat +++ b/modules/lstat @@ -10,6 +10,7 @@ sys_stat largefile dosname [test $REPLACE_LSTAT = 1] stat [test $REPLACE_LSTAT = 1] +stat-time [test $REPLACE_LSTAT = 1] configure.ac: gl_FUNC_LSTAT diff --git a/modules/stat b/modules/stat index 8d9dfd0fa..519879caf 100644 --- a/modules/stat +++ b/modules/stat @@ -13,6 +13,7 @@ largefile filename [test $REPLACE_STAT = 1] malloca [test $REPLACE_STAT = 1] pathmax [test $REPLACE_STAT = 1] +stat-time [test $REPLACE_STAT = 1] stdbool [test $REPLACE_STAT = 1] verify [test $REPLACE_STAT = 1] diff --git a/modules/utimensat b/modules/utimensat index a90590960..6e0524c2e 100644 --- a/modules/utimensat +++ b/modules/utimensat @@ -17,6 +17,7 @@ fcntl-h [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1] openat-die [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1] openat-h [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1] save-cwd [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1] +stat-time [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1] utimens [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1] fstatat [test $REPLACE_UTIMENSAT = 1] -- 2.14.3