From 3baad5c27acad16d0ed3f1bb5c2bb4985b151096 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 22 Nov 1998 05:20:19 +0000 Subject: [PATCH] update termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_POSIX_TERMIOS --- clients/ud/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ud/util.c b/clients/ud/util.c index 8b803e8c71..a5f663040d 100644 --- a/clients/ud/util.c +++ b/clients/ud/util.c @@ -40,7 +40,7 @@ char * mygetpass( char *prompt ) { -#if !defined(HAVE_TERMIOS) && !defined(HAVE_SGTTY_H) +#if !defined(HAVE_POSIX_TERMIOS) && !defined(HAVE_SGTTY_H) static char buf[256]; int i, c; -- 2.39.5