summaryrefslogtreecommitdiff
path: root/modules/open
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-09-15 14:43:14 -0600
committerEric Blake <ebb9@byu.net>2009-09-19 13:18:04 -0600
commitba1652925190702bec29e2c5129ee857576853d6 (patch)
tree9362a23e154aa0cc78f3c583d50cefe84101e93f /modules/open
parentc9d72f69bd201a1ab31464d91f234ea1817fe0e1 (diff)
downloadgnulib-ba1652925190702bec29e2c5129ee857576853d6.tar.gz
stat: add as dependency to other modules
Modules that use stat but are not in this list don't trip any of the bugs that the stat module fixes. * modules/chown (Depends-on): Add stat. * modules/euidaccess (Depends-on): Likewise. * modules/fchdir (Depends-on): Likewise. * modules/isdir (Depends-on): Likewise. * modules/link (Depends-on): Likewise. * modules/lstat (Depends-on): Likewise. * modules/mkdir-p (Depends-on): Likewise. * modules/modechange (Depends-on): Likewise. * modules/open (Depends-on): Likewise. * modules/readlink (Depends-on): Likewise. * modules/same (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/open')
-rw-r--r--modules/open1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/open b/modules/open
index 601e0641d0..0b8b303f1d 100644
--- a/modules/open
+++ b/modules/open
@@ -8,6 +8,7 @@ m4/mode_t.m4
Depends-on:
fcntl-h
+stat
configure.ac:
gl_FUNC_OPEN