From 630c05b0bf34b8feed301518d64a0b480f9d7a15 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Nov 2011 18:11:03 +0100 Subject: [PATCH] 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. --- ChangeLog | 9 +++++++++ modules/fchmodat | 1 + modules/fchownat | 1 + modules/linkat | 1 + modules/openat | 1 + modules/renameat | 1 + 6 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4cb125ff6d..7b018465ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-11-04 Bruno Haible + + 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 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] -- 2.39.5