Add ChangeLog entries for recent commits.
[gnulib.git] / modules / lchown
index df65a51..75672b4 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
 
 Maintainer:
-Jim Meyering
-
+Jim Meyering, Eric Blake