comparison modules/renameat @ 17390:439a866b57b0

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
author Mike Frysinger <vapier@gentoo.org>
date Mon, 06 May 2013 20:24:41 -0400
parents c3b6b5b6bc32
children
comparison
equal deleted inserted replaced
17389:1d9362a18c34 17390:439a866b57b0
10 stdio 10 stdio
11 extensions 11 extensions
12 fcntl-h 12 fcntl-h
13 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] 13 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
14 openat-h [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] 14 openat-h [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 fstatat [test $REPLACE_RENAMEAT = 1] 15 statat [test $REPLACE_RENAMEAT = 1]
16 stdbool [test $REPLACE_RENAMEAT = 1] 16 stdbool [test $REPLACE_RENAMEAT = 1]
17 at-internal [test $HAVE_RENAMEAT = 0] 17 at-internal [test $HAVE_RENAMEAT = 0]
18 dosname [test $HAVE_RENAMEAT = 0] 18 dosname [test $HAVE_RENAMEAT = 0]
19 fstat [test $HAVE_RENAMEAT = 0]
20 getcwd-lgpl [test $HAVE_RENAMEAT = 0] 19 getcwd-lgpl [test $HAVE_RENAMEAT = 0]
21 openat-die [test $HAVE_RENAMEAT = 0] 20 openat-die [test $HAVE_RENAMEAT = 0]
22 rename [test $HAVE_RENAMEAT = 0] 21 rename [test $HAVE_RENAMEAT = 0]
23 same-inode [test $HAVE_RENAMEAT = 0] 22 same-inode [test $HAVE_RENAMEAT = 0]
24 save-cwd [test $HAVE_RENAMEAT = 0] 23 save-cwd [test $HAVE_RENAMEAT = 0]