tmpfile: Fix C++ test error on mingw.
[pspp] / modules / chown
index 71af8b4a0e43d928df676b084d762a033bf96ae2..4c296ac2cc2ada9b9753eab503e8ff074fb8e642 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,9 +7,15 @@ 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:
 
@@ -21,4 +27,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-