summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-04 18:11:03 +0100
committerBruno Haible <bruno@clisp.org>2011-11-04 18:11:03 +0100
commit630c05b0bf34b8feed301518d64a0b480f9d7a15 (patch)
tree041ceec373aec149dc3f97498150a5a299c9e7ae
parent63c87db7747df8659ecbe5d69a50989d8655d064 (diff)
downloadgnulib-630c05b0bf34b8feed301518d64a0b480f9d7a15.tar.gz
openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
* modules/fchmodat (Depends-on): Add openat-die. * modules/fchownat (Depends-on): Likewise. * modules/linkat (Depends-on): Likewise. * modules/renameat (Depends-on): Likewise. * modules/openat (Depends-on): Add dirent.
-rw-r--r--ChangeLog9
-rw-r--r--modules/fchmodat1
-rw-r--r--modules/fchownat1
-rw-r--r--modules/linkat1
-rw-r--r--modules/openat1
-rw-r--r--modules/renameat1
6 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cb125ff6d..7b018465ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-11-04 Bruno Haible <bruno@clisp.org>
+
+ openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
+ * modules/fchmodat (Depends-on): Add openat-die.
+ * modules/fchownat (Depends-on): Likewise.
+ * modules/linkat (Depends-on): Likewise.
+ * modules/renameat (Depends-on): Likewise.
+ * modules/openat (Depends-on): Add dirent.
+
2011-11-04 Jim Meyering <meyering@redhat.com>
at-func*.c: fix comments
diff --git a/modules/fchmodat b/modules/fchmodat
index 92d061a7dc..7613549839 100644
--- a/modules/fchmodat
+++ b/modules/fchmodat
@@ -16,6 +16,7 @@ extensions
fchdir
fcntl-h
openat
+openat-die
save-cwd
stdbool
sys_stat
diff --git a/modules/fchownat b/modules/fchownat
index 59c398bede..7e0bf050e8 100644
--- a/modules/fchownat
+++ b/modules/fchownat
@@ -17,6 +17,7 @@ fchdir
fcntl-h
lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
openat
+openat-die
save-cwd
stdbool
sys_stat
diff --git a/modules/linkat b/modules/linkat
index 3902e35f9e..0ec207ed59 100644
--- a/modules/linkat
+++ b/modules/linkat
@@ -20,6 +20,7 @@ fstat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
fstatat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
getcwd-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
openat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
+openat-die [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
link [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
link-follow [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
lstat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
diff --git a/modules/openat b/modules/openat
index c051e71823..18544f08a2 100644
--- a/modules/openat
+++ b/modules/openat
@@ -11,6 +11,7 @@ m4/openat.m4
m4/mode_t.m4
Depends-on:
+dirent
dosname
errno
extensions
diff --git a/modules/renameat b/modules/renameat
index 3d0d568aac..ddf2350060 100644
--- a/modules/renameat
+++ b/modules/renameat
@@ -15,6 +15,7 @@ filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
fstat [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
getcwd-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
openat [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+openat-die [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
rename [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
same-inode [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
save-cwd [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]