diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-12-27 23:23:00 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-12-27 23:23:00 +0000 |
| commit | 5237ee4167276f47a9e919dcb8f8f6a990544ec8 (patch) | |
| tree | f0c7f4594940fc4b7fb6fbeeacb9481aa23aac51 /lib | |
| parent | 9f234b3662fb1403868ee66cd850a0bb86d2c8d9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getpass.c b/lib/libc/gen/getpass.c index d1b38356dfe12..cf6088a82c7f0 100644 --- a/lib/libc/gen/getpass.c +++ b/lib/libc/gen/getpass.c @@ -67,7 +67,7 @@ getpass(prompt) * note - blocking signals isn't necessarily the * right thing, but we leave it for now. */ - omask = sigblock(sigmask(SIGINT)|sigmask(SIGTSTP)); + omask = sigblock(sigmask(SIGTSTP)); (void)tcgetattr(fileno(fp), &term); if (echo = (term.c_lflag & ECHO)) { term.c_lflag &= ~ECHO; |
