From: Simon Spero Date: Thu, 14 Nov 2002 21:51:06 +0000 (+0000) Subject: turn echo back on X-Git-Tag: openafs-stable-1_2_8~40 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b9da82d2105d85733e60752c69bc948f7314e507;p=packages%2Fo%2Fopenafs.git turn echo back on (cherry picked from commit d67e1550e47c3366384f278b8cf2f7dd255fa685) --- diff --git a/src/des/read_pssword.c b/src/des/read_pssword.c index f28881a79..15a489772 100644 --- a/src/des/read_pssword.c +++ b/src/des/read_pssword.c @@ -310,7 +310,7 @@ lose: if (!ok) memset(s, 0, maxa); printf("\n"); -#if defined(AFS_HPUX_ENV) || defined(AFS_XBSD_ENV) +#if defined(AFS_HPUX_ENV) || defined(AFS_XBSD_ENV) || defined(AFS_DARWIN_ENV) /* * Restore the terminal to its previous characteristics. * Restore the old signal handler for SIGINT.