summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/libsa/dev_i386.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/dev_i386.c b/sys/arch/i386/stand/libsa/dev_i386.c
index d1ba9e69bed..4c337d3683c 100644
--- a/sys/arch/i386/stand/libsa/dev_i386.c
+++ b/sys/arch/i386/stand/libsa/dev_i386.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev_i386.c,v 1.15 1997/08/12 21:44:29 mickey Exp $ */
+/* $OpenBSD: dev_i386.c,v 1.16 1997/08/12 22:14:36 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -151,7 +151,7 @@ getchar()
if (c == '\r')
c = '\n';
- cnputc(c);
+ putchar(c);
return(c);
}