diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-17 19:19:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-17 19:19:03 +0000 |
commit | 2c20d6ef950384401040f38a609663591301a452 (patch) | |
tree | b5b30fa03993eceac1b2cec529001f408caae790 /sys/arch | |
parent | e05ded382dc12f31f0d7dff9010f5c22df4ddc49 (diff) |
One too much ifdef..
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_hdr.h | 7 |
1 files changed, 2 insertions, 5 deletions
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 ); |