gnulib: added strcasestr

This commit is contained in:
Nikos Mavrogiannopoulos
2014-08-28 09:21:16 +02:00
parent 85e9e36e78
commit 7c7f472f2b
21 changed files with 808 additions and 25 deletions

View File

@@ -85,7 +85,9 @@ getpass (const char *prompt)
{
FILE *tty;
FILE *in, *out;
# if HAVE_TCGETATTR
struct termios s, t;
# endif
bool tty_changed = false;
static char *buf;
static size_t bufsize;