X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Flchown;h=e011e2bddbd9ef2bf7cce82e68a2a442370cb7ed;hb=a179a84eaad67c3690f924f4a0d6852d13b073d1;hp=7c752d72a0ad04cc443bb2ce0d4b9633187cf520;hpb=3a5e8c8c5003f668286e8e2024870ab2a17df0d4;p=gnulib.git diff --git a/modules/lchown b/modules/lchown index 7c752d72a..e011e2bdd 100644 --- a/modules/lchown +++ b/modules/lchown @@ -1,23 +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 m4/lchown.m4 Depends-on: chown +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" + + +License: +GPL Maintainer: Jim Meyering -