Updated a comment (Crtat is no longer bogusly shared with syscons).
Don't declare a nonexistent variable.
This commit is contained in:
parent
703e69c29c
commit
5264b48a6e
@ -751,7 +751,6 @@ in the config file"
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
EXTERN u_char *more_chars; /* response buffer via kbd */
|
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_char color; /* color or mono display */
|
||||||
|
|
||||||
EXTERN u_short kern_attr; /* kernel messages char attributes */
|
EXTERN u_short kern_attr; /* kernel messages char attributes */
|
||||||
@ -968,7 +967,6 @@ u_char bgansitopc[] = { /* background ANSI color -> pc */
|
|||||||
};
|
};
|
||||||
|
|
||||||
#if !PCVT_NETBSD
|
#if !PCVT_NETBSD
|
||||||
/* XXX Crtat is shared with syscons. */
|
|
||||||
u_short *Crtat; /* screen start address */
|
u_short *Crtat; /* screen start address */
|
||||||
#if !(PCVT_FREEBSD > 110 && PCVT_FREEBSD < 200)
|
#if !(PCVT_FREEBSD > 110 && PCVT_FREEBSD < 200)
|
||||||
struct tty *pcconsp = &pccons[0]; /* ptr to current device */
|
struct tty *pcconsp = &pccons[0]; /* ptr to current device */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user