From 6e2f3d416d4ce07e6bb490e08ca92e39a8e25cec Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 4 Nov 1995 14:00:00 +0000 Subject: Always declare vga_move_charset(). It doesn't depend on option XSERVER. --- sys/i386/isa/pcvt/pcvt_hdr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/i386/isa/pcvt/pcvt_hdr.h') diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index 6f6049f..665962c 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -1257,9 +1257,7 @@ void pcvt_scrnsv_reset ( void ); void pcvt_set_scrnsv_tmo ( int ); #endif /* PCVT_SCREENSAVER && defined(XSERVER) */ -#ifdef XSERVER void vga_move_charset ( unsigned n, unsigned char *b, int save_it); -#endif /* XSERVER */ void async_update ( int arg ); void clr_parms ( struct video_state *svsp ); -- cgit v1.1