]> Savannah Git Hosting - gnulib.git/commitdiff
openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Nov 2011 17:11:03 +0000 (18:11 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 4 Nov 2011 17:11:03 +0000 (18:11 +0100)
* 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.

ChangeLog
modules/fchmodat
modules/fchownat
modules/linkat
modules/openat
modules/renameat

index 4cb125ff6ddf2d272b2a3f0fdd37153cb71599f6..7b018465ce311e04bba0c3861fdf14aeeaf58276 100644 (file)
--- 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
index 92d061a7dc1d300a588212244033f24e6d1ced79..7613549839c355a34c082f544bb8a071de71f82e 100644 (file)
@@ -16,6 +16,7 @@ extensions
 fchdir
 fcntl-h
 openat
+openat-die
 save-cwd
 stdbool
 sys_stat
index 59c398bede4757ece45bfd5fbd936e253809e813..7e0bf050e8aad3c427d023b385aea54375acfd1e 100644 (file)
@@ -17,6 +17,7 @@ fchdir
 fcntl-h
 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 openat
+openat-die
 save-cwd
 stdbool
 sys_stat
index 3902e35f9ebc5310f538452d315f5d095f0e59d7..0ec207ed59f92b0661018fc8fe4183a4062637e8 100644 (file)
@@ -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]
index c051e71823b8ac16edc027949245e822b898ef50..18544f08a2082b109c00c1b994c70cfd8f1b6b63 100644 (file)
@@ -11,6 +11,7 @@ m4/openat.m4
 m4/mode_t.m4
 
 Depends-on:
+dirent
 dosname
 errno
 extensions
index 3d0d568aacd58e47cbb4d4e9760e971d6794f330..ddf2350060c990341ee7102ca3a3e946e2184b1c 100644 (file)
@@ -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]