From 2c20d6ef950384401040f38a609663591301a452 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Thu, 17 Oct 1996 19:19:03 +0000 Subject: One too much ifdef.. --- sys/arch/i386/isa/pcvt/pcvt_hdr.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h index 960aa82c7d9..01c54126673 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_hdr.h,v 1.13 1996/07/16 10:58:36 deraadt Exp $ */ +/* $OpenBSD: pcvt_hdr.h,v 1.14 1996/10/17 19:19:02 niklas Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -1255,10 +1255,6 @@ void pcvt_scrnsv_reset ( void ); void pcvt_set_scrnsv_tmo ( int ); #endif /* PCVT_SCREENSAVER */ -#ifdef XSERVER -void vga_move_charset ( unsigned n, unsigned char *b, int save_it); -#endif /* XSERVER */ - void async_update ( void ); void clr_parms ( struct video_state *svsp ); void cons_highlight ( void ); @@ -1303,6 +1299,7 @@ void vga10_vga16 ( u_char *invga, u_char *outvga ); void vga10_vga8 ( u_char *invga, u_char *outvga ); u_char vga_chipset ( void ); int vga_col ( struct video_state *svsp, int cols ); +void vga_move_charset ( unsigned n, unsigned char *b, int save_it); void vga_screen_off ( void ); void vga_screen_on ( void ); char *vga_string ( int number ); -- cgit v1.2.3