Revamp lchown so that it lives in unistd.h where it belongs.
[pspp] / modules / chown
index ab05ad403b18cbefea88639b022eee12d30f4c9e..9e479a5090bb06815009fea02cd0970305ae6344 100644 (file)
@@ -1,20 +1,26 @@
 Description:
-chown() function: change ownership of a file.
+chown() function: change ownership of a file, following symlinks.
 
 Files:
 lib/chown.c
+lib/fchown-stub.c
 m4/chown.m4
 
 Depends-on:
+unistd
+sys_stat
 
 configure.ac:
 gl_FUNC_CHOWN
+gl_UNISTD_MODULE_INDICATOR([chown])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-