unictype/bidi*: Rename modules.
[pspp] / modules / lchown
index df65a51a5f4db304cf978a33e9d5c56dff12feb8..9fea1b337572f437867ac5dd67cbd1dfe2f3f345 100644 (file)
@@ -1,27 +1,29 @@
 Description:
-lchown() function: change ownership of a file.
+lchown() function: change ownership of a file, without following symlinks.
 
 Files:
-lib/lchown.h
 lib/lchown.c
-lib/stat-macros.h
 m4/lchown.m4
 
 Depends-on:
 chown
+errno
+lstat
+stdbool
+sys_stat
+unistd
 
 configure.ac:
 gl_FUNC_LCHOWN
+gl_UNISTD_MODULE_INDICATOR([lchown])
 
 Makefile.am:
-lib_SOURCES += stat-macros.h
 
 Include:
-"lchown.h"
+<unistd.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
-
+Jim Meyering, Eric Blake