]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update.
authorSimon Josefsson <simon@josefsson.org>
Tue, 6 Sep 2005 08:23:08 +0000 (08:23 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 6 Sep 2005 08:23:08 +0000 (08:23 +0000)
gl/Makefile.am
gl/getpass.c

index 7652c21697ccbb5b74f0dd73a06c8a3f310824f7..89b1563e8bdd9ad937820bc184d624c25a437c80 100644 (file)
@@ -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
index aeab51363d2ef4a727a105533a99d3cb56031775..b8fef3fb3ffa6ffb6d3b38de6ef3d590fea07475 100644 (file)
@@ -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