Updated a comment (Crtat is no longer bogusly shared with syscons).

Don't declare a nonexistent variable.
This commit is contained in:
Bruce Evans 1999-05-12 04:59:27 +00:00
parent 703e69c29c
commit 5264b48a6e

View File

@ -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 */