From d3fa28edceced39291c6fb85b0cce8ce4756ba7a Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 12 May 1999 04:59:27 +0000 Subject: Updated a comment (Crtat is no longer bogusly shared with syscons). Don't declare a nonexistent variable. --- sys/i386/isa/pcvt/pcvt_hdr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/i386/isa/pcvt') diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index 1d01256..8603f37 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -751,7 +751,6 @@ in the config file" #endif EXTERN u_char *more_chars; /* response buffer via kbd */ -EXTERN int char_count; /* response char count */ EXTERN u_char color; /* color or mono display */ EXTERN u_short kern_attr; /* kernel messages char attributes */ @@ -968,7 +967,6 @@ u_char bgansitopc[] = { /* background ANSI color -> pc */ }; #if !PCVT_NETBSD -/* XXX Crtat is shared with syscons. */ u_short *Crtat; /* screen start address */ #if !(PCVT_FREEBSD > 110 && PCVT_FREEBSD < 200) struct tty *pcconsp = &pccons[0]; /* ptr to current device */ -- cgit v1.1