mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Cosmetic changes.
- Fixed order of include files. - Fixed white spaces.
This commit is contained in:
parent
ab6afc855d
commit
2e1b2d7571
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56796
@ -48,8 +48,9 @@
|
||||
#include <sys/tty.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <machine/clock.h>
|
||||
#include <sys/cons.h>
|
||||
|
||||
#include <machine/clock.h>
|
||||
#include <machine/console.h>
|
||||
#include <machine/psl.h>
|
||||
#include <machine/pc/display.h>
|
||||
@ -90,7 +91,7 @@ static default_attr kernel_default = {
|
||||
static int sc_console_unit = -1;
|
||||
static scr_stat *sc_console;
|
||||
static struct tty *sc_console_tty;
|
||||
static void *kernel_console_ts;
|
||||
static void *kernel_console_ts;
|
||||
|
||||
static char init_done = COLD;
|
||||
static char shutdown_in_progress = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user