summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/pcvt_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_ext.c')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_ext.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_ext.c b/sys/arch/i386/isa/pcvt/pcvt_ext.c
index 1bb3c492ff1..bb4322d4848 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_ext.c
+++ b/sys/arch/i386/isa/pcvt/pcvt_ext.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_ext.c,v 1.18 1999/09/06 00:12:40 aaron Exp $ */
+/* $OpenBSD: pcvt_ext.c,v 1.19 1999/09/08 12:56:42 aaron Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -2552,7 +2552,6 @@ vgapage(int new_screen)
{
/* we are committed */
vt_switch_pending = 0;
-#ifdef PCVT_SCROLLBACK
if (vsp->Scrollback)
{
vsp->scrolling = 0;
@@ -2563,7 +2562,6 @@ vgapage(int new_screen)
vsp->screen_rows * vsp->maxcol * CHR);
vsp->scr_offset = vsp->row - 1;
}
-#endif
}
}
return 0;