* getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
[gnulib.git] / modules / stdio-safer
index da5a8e5..542d250 100644 (file)
@@ -2,6 +2,7 @@ Description:
 File stream functions that avoid clobbering std{in,out,err}.
 
 Files:
+lib/stdio--.h
 lib/stdio-safer.h
 lib/fopen-safer.c
 m4/stdio-safer.m4
@@ -13,8 +14,12 @@ configure.ac:
 gl_STDIO_SAFER
 
 Makefile.am:
-lib_SOURCES += stdio-safer.h fopen-safer.c
 
 Include:
 "stdio-safer.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering