X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass;h=7dba7e6bb267c3a3297de452e9531b32e0a74768;hb=d614713a565235b36338496fe3b67a7932a8c78a;hp=f7d00f31c6033db76bc80566f7b3d6230ecdb872;hpb=64d6ea0ae39513d02468ab04d43e3459a5a0f4ca;p=gnulib.git diff --git a/modules/getpass b/modules/getpass index f7d00f31c..7dba7e6bb 100644 --- a/modules/getpass +++ b/modules/getpass @@ -2,13 +2,15 @@ Description: getpass() function: read a password from /dev/tty. Files: +lib/getpass.h lib/getpass.c m4/getpass.m4 Depends-on: -unlocked-io +fseeko getline stdbool +strdup-posix configure.ac: gl_FUNC_GETPASS @@ -16,7 +18,10 @@ gl_FUNC_GETPASS Makefile.am: Include: +"getpass.h" + +License: +LGPLv2+ Maintainer: Jim Meyering, glibc -