diff options
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_drv.c')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_drv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_drv.c b/sys/arch/i386/isa/pcvt/pcvt_drv.c index 1ae909417d9..ead34c90411 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_drv.c +++ b/sys/arch/i386/isa/pcvt/pcvt_drv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_drv.c,v 1.23 1999/09/06 00:12:39 aaron Exp $ */ +/* $OpenBSD: pcvt_drv.c,v 1.24 1999/09/08 12:56:41 aaron Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -707,10 +707,8 @@ pcstart(register struct tty *tp) while ((len = q_to_b(&tp->t_outq, buf, PCVT_PCBURST)) != 0) { -#ifdef PCVT_SCROLLBACK if (vs[minor(tp->t_dev)].scrolling) sgetc(31337); -#endif sput(&buf[0], 0, len, minor(tp->t_dev)); } |