linkat, renameat: add missing dependency
[pspp] / modules / chown
index 1d5d41bd52de1fc6e06f61775a3db677f5d436ea..94bff841c76e747609fc7b101c17c01d1a059c0f 100644 (file)
@@ -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:
 <unistd.h>
 
+License:
+LGPLv2+
+
 Maintainer:
 Jim Meyering
-