Fix typo, from Jim Hyslop <jhyslop@dreampossible.ca>.
[gnulib.git] / modules / getpass
index 891f8db..52fc1a3 100644 (file)
@@ -2,12 +2,13 @@ Description:
 getpass() function: read a password from /dev/tty.
 
 Files:
+lib/getpass.h
 lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
-unlocked-io
 getline
+stdbool
 
 configure.ac:
 gl_FUNC_GETPASS
@@ -15,4 +16,10 @@ gl_FUNC_GETPASS
 Makefile.am:
 
 Include:
+"getpass.h"
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering, glibc