From 630c05b0bf34b8feed301518d64a0b480f9d7a15 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Nov 2011 18:11:03 +0100 Subject: 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. --- modules/linkat | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/linkat') 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] -- cgit v1.2.1