X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flchown;h=e011e2bddbd9ef2bf7cce82e68a2a442370cb7ed;hb=a179a84eaad67c3690f924f4a0d6852d13b073d1;hp=a21ec041a9502db2292b3f6a4ba989dda9d7632d;hpb=a62be9f4039b4499cfbb76e394cad2259d03fa84;p=gnulib.git diff --git a/modules/lchown b/modules/lchown index a21ec041a..e011e2bdd 100644 --- a/modules/lchown +++ b/modules/lchown @@ -1,24 +1,26 @@ 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 -lib/stat-macros.h m4/lchown.m4 Depends-on: chown +sys_stat +unistd configure.ac: gl_FUNC_LCHOWN +gl_UNISTD_MODULE_INDICATOR([lchown]) Makefile.am: -lib_SOURCES += lchown.h stat-macros.h Include: -"lchown.h" + + +License: +GPL Maintainer: Jim Meyering -