X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flchown;h=e011e2bddbd9ef2bf7cce82e68a2a442370cb7ed;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=d1923ec5911fd9feb331f571e4f8c329f7ff8f94;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/lchown b/modules/lchown index d1923ec59..e011e2bdd 100644 --- a/modules/lchown +++ b/modules/lchown @@ -1,27 +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 -