X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flchown;h=75672b44a17823539e17937752f11e2009bab823;hb=4482085b415661578d0dff98b4c99314d12b308b;hp=9844700b835a847091ffb81a1230324b2aaea964;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/lchown b/modules/lchown index 9844700b8..75672b44a 100644 --- a/modules/lchown +++ b/modules/lchown @@ -1,18 +1,29 @@ Description: +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: + +License: +GPL + +Maintainer: +Jim Meyering, Eric Blake