changeset 16027:447e60e7b06e

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.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Nov 2011 18:11:03 +0100
parents 925d14251564
children ee7e134c1b62
files ChangeLog modules/fchmodat modules/fchownat modules/linkat modules/openat modules/renameat
diffstat 6 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 04 13:33:54 2011 +0100
+++ b/ChangeLog	Fri Nov 04 18:11:03 2011 +0100
@@ -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
--- a/modules/fchmodat	Fri Nov 04 13:33:54 2011 +0100
+++ b/modules/fchmodat	Fri Nov 04 18:11:03 2011 +0100
@@ -16,6 +16,7 @@
 fchdir
 fcntl-h
 openat
+openat-die
 save-cwd
 stdbool
 sys_stat
--- a/modules/fchownat	Fri Nov 04 13:33:54 2011 +0100
+++ b/modules/fchownat	Fri Nov 04 18:11:03 2011 +0100
@@ -17,6 +17,7 @@
 fcntl-h
 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 openat
+openat-die
 save-cwd
 stdbool
 sys_stat
--- a/modules/linkat	Fri Nov 04 13:33:54 2011 +0100
+++ b/modules/linkat	Fri Nov 04 18:11:03 2011 +0100
@@ -20,6 +20,7 @@
 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]
--- a/modules/openat	Fri Nov 04 13:33:54 2011 +0100
+++ b/modules/openat	Fri Nov 04 18:11:03 2011 +0100
@@ -11,6 +11,7 @@
 m4/mode_t.m4
 
 Depends-on:
+dirent
 dosname
 errno
 extensions
--- a/modules/renameat	Fri Nov 04 13:33:54 2011 +0100
+++ b/modules/renameat	Fri Nov 04 18:11:03 2011 +0100
@@ -15,6 +15,7 @@
 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]