summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba/qv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/uba/qv.c')
-rw-r--r--sys/arch/vax/uba/qv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c
index 563d40c8b04..75fcc6f95e1 100644
--- a/sys/arch/vax/uba/qv.c
+++ b/sys/arch/vax/uba/qv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qv.c,v 1.4 2000/11/10 15:33:09 provos Exp $ */
+/* $OpenBSD: qv.c,v 1.5 2002/06/12 03:50:10 miod Exp $ */
/* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */
/*-
@@ -981,8 +981,6 @@ qvputc(c)
char c;
{
qvputchar(c);
- if (c == '\n')
- qvputchar('\r');
}
/*