summaryrefslogtreecommitdiff
path: root/modules/fchdir
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-24 09:40:36 +0200
committerJim Meyering <meyering@redhat.com>2008-06-26 07:58:28 +0200
commit0f5a6cf4eb2f2248950491a558b3019a0a58b9ac (patch)
treec24d07e054a583929fff66c805e641d7a8f05f09 /modules/fchdir
parentf7bad410d2b46e687ef3b53d18f1948ba88ebc61 (diff)
downloadgnulib-0f5a6cf4eb2f2248950491a558b3019a0a58b9ac.tar.gz
make several modules depend on the "open" module
This provides slightly increased consistency when opening-for-write the name of a non-directory spelled with a trailing slash. * modules/chdir-safer: Likewise. * modules/chown: Likewise. * modules/clean-temp: Likewise. * modules/copy-file: Likewise. * modules/fchdir: Likewise. * modules/fcntl-safer: Likewise. * modules/pipe: Likewise. * modules/utime: Likewise. Prompted by Eric Blake and Bruno Haible.
Diffstat (limited to 'modules/fchdir')
-rw-r--r--modules/fchdir9
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/fchdir b/modules/fchdir
index 5bfaacf435..7cb47ddda2 100644
--- a/modules/fchdir
+++ b/modules/fchdir
@@ -7,13 +7,14 @@ lib/dirent.in.h
m4/fchdir.m4
Depends-on:
-include_next
-dup2
-fcntl
-unistd
canonicalize-lgpl
dirfd
+dup2
+fcntl
+include_next
+open
strdup
+unistd
configure.ac:
gl_FUNC_FCHDIR