Change parameter name to match comment.
[gnulib.git] / modules / lstat
index 2a595c5..d26e964 100644 (file)
@@ -1,13 +1,14 @@
 Description:
-stat() function: return information about a file or symbolic link.
+lstat() function: return information about a file or symbolic link.
 
 Files:
 lib/lstat.c
+lib/lstat.h
 m4/lstat.m4
 
 Depends-on:
-stat
 xalloc
+stat-macros
 
 configure.ac:
 gl_FUNC_LSTAT
@@ -15,11 +16,10 @@ gl_FUNC_LSTAT
 Makefile.am:
 
 Include:
-<sys/stat.h>
+"lstat.h"
 
 License:
 GPL
 
 Maintainer:
 Jim Meyering
-