summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libskey/skeysubr.c5
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;