X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffchownat;fp=modules%2Ffchownat;h=46ab27cfa3a843a8d9ecd5aa56e0d76d3fa709a0;hb=f2c567087196c591677b4542e6f208f37892ec0f;hp=0000000000000000000000000000000000000000;hpb=4e647944bd613bb7b419779881b5f3cb053f2869;p=gnulib.git diff --git a/modules/fchownat b/modules/fchownat new file mode 100644 index 000000000..46ab27cfa --- /dev/null +++ b/modules/fchownat @@ -0,0 +1,43 @@ +Description: +Change the owner of a file at a directory. + +Files: +lib/fchownat.c +lib/at-func.c +lib/openat.h +lib/openat-priv.h +m4/fchownat.m4 + +Depends-on: +dirent +dosname +errno +extensions +fchdir +fcntl-h +lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] +openat +save-cwd +stdbool +sys_stat +unistd + +configure.ac: +gl_FUNC_FCHOWNAT +if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then + AC_LIBOBJ([fchownat]) +fi +AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h +gl_MODULE_INDICATOR([fchownat]) dnl for lib/openat.h +gl_UNISTD_MODULE_INDICATOR([fchownat]) + +Makefile.am: + +Include: + + +License: +GPL + +Maintainer: +Jim Meyering, Eric Blake