]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
turn echo back on
authorSimon Spero <ses@unc.edu>
Thu, 14 Nov 2002 21:51:06 +0000 (21:51 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Thu, 14 Nov 2002 21:51:06 +0000 (21:51 +0000)
(cherry picked from commit d67e1550e47c3366384f278b8cf2f7dd255fa685)

src/des/read_pssword.c

index f28881a7977282469baf20110473dcef469e361c..15a4897724186e4a08408dfdbaa650e124a912fa 100644 (file)
@@ -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.