From 63fa067ff520c0c0e2d11b4cfedb29adacfb900d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 19 Apr 2018 23:44:40 +0100 Subject: [PATCH] vt: should define vtattr in the headers This didn't show up as everyone currently uses it in asm files only --- Kernel/include/vt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/include/vt.h b/Kernel/include/vt.h index 48aedeef..ee8154ec 100644 --- a/Kernel/include/vt.h +++ b/Kernel/include/vt.h @@ -56,6 +56,7 @@ void do_beep(void); int vt_ioctl(uint8_t minor, uarg_t op, char *ptr); int vt_inproc(uint8_t minor, unsigned char c); void vtattr_notify(void); +extern uint8_t vtattr; extern uint8_t vtattr_cap; extern uint8_t vtink; extern uint8_t vtpaper; -- 2.34.1