Fix mismatched parens in previous commit
[gnulib.git] / modules / snprintf
index c43e6da..27c343e 100644 (file)
@@ -4,10 +4,12 @@ snprintf() function: print formatted output to a fixed length string
 Files:
 lib/snprintf.c
 m4/snprintf.m4
+m4/printf.m4
 
 Depends-on:
 stdio
 vasnprintf
+errno
 
 configure.ac:
 gl_FUNC_SNPRINTF
@@ -19,7 +21,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson, Paul Eggert, Bruno Haible