From 9c57ab6d2cf3c8a01efcdcead3477317227b5fd4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 May 2013 20:24:41 -0400 Subject: [PATCH] fchownat, renameat, unlinkat: update statat dependencies These modules use statat and lstatat, not fstatat; so depend on the statat module, which was split out recently from fstatat. * modules/fchownat, modules/unlinkat: Change fstatat to statat. * modules/renameat: Likewise. Also delete fstat. URL: http://bugs.gentoo.org/468790 --- ChangeLog | 9 +++++++++ modules/fchownat | 2 +- modules/renameat | 3 +-- modules/unlinkat | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d68359c43..82e5767619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-05-06 Mike Frysinger + + fchownat, renameat, unlinkat: update statat dependencies + These modules use statat and lstatat, not fstatat; so depend on + the statat module, which was split out recently from fstatat. + * modules/fchownat, modules/unlinkat: Change fstatat to statat. + * modules/renameat: Likewise. Also delete fstat. + URL: http://bugs.gentoo.org/468790 + 2012-05-04 Stefano Lattarini Assume gnulib is checked out from Git, not CVS diff --git a/modules/fchownat b/modules/fchownat index 385f38d631..08fb75b125 100644 --- a/modules/fchownat +++ b/modules/fchownat @@ -20,7 +20,7 @@ lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] openat-die [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] openat-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] save-cwd [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] -fstatat [test $REPLACE_FCHOWNAT = 1] +statat [test $REPLACE_FCHOWNAT = 1] configure.ac: gl_FUNC_FCHOWNAT diff --git a/modules/renameat b/modules/renameat index ca03f9aa1d..77d93eab1a 100644 --- a/modules/renameat +++ b/modules/renameat @@ -12,11 +12,10 @@ extensions fcntl-h filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] openat-h [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] -fstatat [test $REPLACE_RENAMEAT = 1] +statat [test $REPLACE_RENAMEAT = 1] stdbool [test $REPLACE_RENAMEAT = 1] at-internal [test $HAVE_RENAMEAT = 0] dosname [test $HAVE_RENAMEAT = 0] -fstat [test $HAVE_RENAMEAT = 0] getcwd-lgpl [test $HAVE_RENAMEAT = 0] openat-die [test $HAVE_RENAMEAT = 0] rename [test $HAVE_RENAMEAT = 0] diff --git a/modules/unlinkat b/modules/unlinkat index 97e201cbde..f2094e0db9 100644 --- a/modules/unlinkat +++ b/modules/unlinkat @@ -13,7 +13,7 @@ extensions fcntl-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] openat-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] sys_stat [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] -fstatat [test $REPLACE_UNLINKAT = 1] +statat [test $REPLACE_UNLINKAT = 1] at-internal [test $HAVE_UNLINKAT = 0] dosname [test $HAVE_UNLINKAT = 0] errno [test $HAVE_UNLINKAT = 0] -- 2.39.5