X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flchown;h=75672b44a17823539e17937752f11e2009bab823;hb=4482085b415661578d0dff98b4c99314d12b308b;hp=7c752d72a0ad04cc443bb2ce0d4b9633187cf520;hpb=3a5e8c8c5003f668286e8e2024870ab2a17df0d4;p=gnulib.git diff --git a/modules/lchown b/modules/lchown index 7c752d72a..75672b44a 100644 --- a/modules/lchown +++ b/modules/lchown @@ -1,23 +1,29 @@ Description: -lchown() function: change ownership of a file. +lchown() function: change ownership of a file, without following symlinks. Files: -lib/lchown.h lib/lchown.c m4/lchown.m4 Depends-on: chown +errno +lstat +stdbool +sys_stat +unistd configure.ac: -jm_FUNC_LCHOWN +gl_FUNC_LCHOWN +gl_UNISTD_MODULE_INDICATOR([lchown]) Makefile.am: -lib_SOURCES += lchown.h Include: -"lchown.h" + -Maintainer: -Jim Meyering +License: +GPL +Maintainer: +Jim Meyering, Eric Blake