comparison modules/fchownat @ 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 794ea55f5504
children
comparison
equal deleted inserted replaced
17389:1d9362a18c34 17390:439a866b57b0
18 fcntl-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] 18 fcntl-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
19 lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] 19 lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
20 openat-die [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] 20 openat-die [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
21 openat-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] 21 openat-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
22 save-cwd [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] 22 save-cwd [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
23 fstatat [test $REPLACE_FCHOWNAT = 1] 23 statat [test $REPLACE_FCHOWNAT = 1]
24 24
25 configure.ac: 25 configure.ac:
26 gl_FUNC_FCHOWNAT 26 gl_FUNC_FCHOWNAT
27 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then 27 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
28 AC_LIBOBJ([fchownat]) 28 AC_LIBOBJ([fchownat])