X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fchown;h=4c296ac2cc2ada9b9753eab503e8ff074fb8e642;hb=89d7698a351cd36d0e7baa44ee4bea3cf56cf459;hp=1d5d41bd52de1fc6e06f61775a3db677f5d436ea;hpb=beaa054b570bcd24ef83c6c7e448c31ac3e96268;p=gnulib.git diff --git a/modules/chown b/modules/chown index 1d5d41bd5..4c296ac2c 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,23 @@ lib/fchown-stub.c m4/chown.m4 Depends-on: +open +stat +stdbool +sys_stat +unistd configure.ac: gl_FUNC_CHOWN +gl_UNISTD_MODULE_INDICATOR([chown]) Makefile.am: Include: +License: +GPL + Maintainer: Jim Meyering -