From: Simon Spero Date: Mon, 28 Oct 2002 23:56:40 +0000 (+0000) Subject: darwin-restore-terminal-after-read-password-20021028 X-Git-Tag: openafs-devel-1_3_50~541 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d67e1550e47c3366384f278b8cf2f7dd255fa685;p=packages%2Fo%2Fopenafs.git darwin-restore-terminal-after-read-password-20021028 turn echo back on --- diff --git a/src/des/read_pssword.c b/src/des/read_pssword.c index 870f52e40..91c1a2cf3 100644 --- a/src/des/read_pssword.c +++ b/src/des/read_pssword.c @@ -308,7 +308,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.