X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fchown;h=cf9921089b90ac189647c1c9d69055203313a8f4;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=1d5d41bd52de1fc6e06f61775a3db677f5d436ea;hpb=beaa054b570bcd24ef83c6c7e448c31ac3e96268;p=gnulib.git diff --git a/modules/chown b/modules/chown index 1d5d41bd5..cf9921089 100644 --- a/modules/chown +++ b/modules/chown @@ -1,5 +1,5 @@ Description: -chown() function: change ownership of a file. +chown() function: change ownership of a file, following symlinks. Files: lib/chown.c @@ -7,15 +7,21 @@ lib/fchown-stub.c m4/chown.m4 Depends-on: +open +unistd +sys_stat configure.ac: gl_FUNC_CHOWN +gl_UNISTD_MODULE_INDICATOR([chown]) Makefile.am: Include: +License: +GPL + Maintainer: Jim Meyering -