diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-22 01:37:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-22 01:37:55 +0000 |
commit | 6e0922703dad7fe7ed57c2fe949ba98e03f2f79f (patch) | |
tree | 1f856ab69395b6c1d7e5c706abfbf50ba742b015 | |
parent | 77d2beecace1f45f9e3f773c88e7b848a8184349 (diff) |
Don't need the extra newline since we never turn off echo for s/key
-rw-r--r-- | lib/libskey/skeysubr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libskey/skeysubr.c b/lib/libskey/skeysubr.c index 70b4093272e..618a37601b3 100644 --- a/lib/libskey/skeysubr.c +++ b/lib/libskey/skeysubr.c @@ -10,7 +10,7 @@ * * S/KEY misc routines. * - * $Id: skeysubr.c,v 1.10 1996/10/14 03:09:13 millert Exp $ + * $Id: skeysubr.c,v 1.11 1996/10/22 01:37:54 millert Exp $ */ #include <stdio.h> @@ -294,9 +294,6 @@ readskey(buf, n) (void)fgets(buf, n, stdin); rip(buf); - (void)putc('\n', stderr); - (void)fflush(stderr); - sevenbit (buf); return buf; |