diff options
Diffstat (limited to 'sys/kern/kern_syslog.c')
-rw-r--r-- | sys/kern/kern_syslog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_syslog.c b/sys/kern/kern_syslog.c index c30f31a..fe996e4 100644 --- a/sys/kern/kern_syslog.c +++ b/sys/kern/kern_syslog.c @@ -76,7 +76,6 @@ syslog_init(void) g_syslog_screen.bg = 0x000000; g_syslog_screen.fg = 0x808080; - g_syslog_screen.termios = termios; vcons_attach(&g_syslog_screen); } |