X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flchown;h=9fea1b337572f437867ac5dd67cbd1dfe2f3f345;hb=c5728261c324a75f8d23dd7d10cb42dde9420227;hp=81d488a2b94e54dda87793407f1c198af8c19ab3;hpb=92390a7aa6a7faa26c6a2eff990efe0df75c350c;p=gnulib.git diff --git a/modules/lchown b/modules/lchown index 81d488a2b..9fea1b337 100644 --- a/modules/lchown +++ b/modules/lchown @@ -1,25 +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 -stat-macros +errno +lstat +stdbool +sys_stat +unistd configure.ac: gl_FUNC_LCHOWN +gl_UNISTD_MODULE_INDICATOR([lchown]) Makefile.am: Include: -"lchown.h" + License: -GPL +LGPLv2+ Maintainer: -Jim Meyering +Jim Meyering, Eric Blake