* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / stpncpy
index 78f72a4b569f12dc40a43e73f1e5620c54e9fb7a..87847103d7533d2fd28f959bc3b06246265a7358 100644 (file)
@@ -2,11 +2,11 @@ Description:
 stpncpy() function: copy a size-bounded string, returning a pointer to its end.
 
 Files:
-lib/stpncpy.h
 lib/stpncpy.c
 m4/stpncpy.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STPNCPY
@@ -14,11 +14,10 @@ gl_FUNC_STPNCPY
 Makefile.am:
 
 Include:
-"stpncpy.h"
+<string.h>
 
 License:
 LGPL
 
 Maintainer:
 Bruno Haible, glibc
-