# HG changeset patch # User Mike Frysinger # Date 1367886281 14400 # Node ID 439a866b57b046ffe61e1635ed41ef90df416173 # Parent 1d9362a18c34d5078e265945fba9bf5aad0b1071 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 diff -r 1d9362a18c34 -r 439a866b57b0 ChangeLog --- a/ChangeLog Sat May 04 10:30:14 2013 +0200 +++ b/ChangeLog Mon May 06 20:24:41 2013 -0400 @@ -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 -r 1d9362a18c34 -r 439a866b57b0 modules/fchownat --- a/modules/fchownat Sat May 04 10:30:14 2013 +0200 +++ b/modules/fchownat Mon May 06 20:24:41 2013 -0400 @@ -20,7 +20,7 @@ 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 -r 1d9362a18c34 -r 439a866b57b0 modules/renameat --- a/modules/renameat Sat May 04 10:30:14 2013 +0200 +++ b/modules/renameat Mon May 06 20:24:41 2013 -0400 @@ -12,11 +12,10 @@ 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 -r 1d9362a18c34 -r 439a866b57b0 modules/unlinkat --- a/modules/unlinkat Sat May 04 10:30:14 2013 +0200 +++ b/modules/unlinkat Mon May 06 20:24:41 2013 -0400 @@ -13,7 +13,7 @@ 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]