From: Simon Josefsson Date: Tue, 6 Sep 2005 08:23:08 +0000 (+0000) Subject: Update. X-Git-Tag: gnutls_1_2_7~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45ef8f6454c8c74e628ffc5ade40de4feef37344;p=thirdparty%2Fgnutls.git Update. --- diff --git a/gl/Makefile.am b/gl/Makefile.am index 7652c21697..89b1563e8b 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -50,6 +50,12 @@ libgnu_la_SOURCES += minmax.h ## end gnulib module minmax +## begin gnulib module size_max + +libgnu_la_SOURCES += size_max.h + +## end gnulib module size_max + ## begin gnulib module snprintf libgnu_la_SOURCES += snprintf.h diff --git a/gl/getpass.c b/gl/getpass.c index aeab51363d..b8fef3fb3f 100644 --- a/gl/getpass.c +++ b/gl/getpass.c @@ -158,7 +158,7 @@ getpass (const char *prompt) } /* Restore the original setting. */ -#if TCSETATTR +#if HAVE_TCSETATTR if (tty_changed) tcsetattr (fileno (in), TCSAFLUSH | TCSASOFT, &s); #endif