Cosmetic changes.

- Fixed order of include files.
 - Fixed white spaces.
This commit is contained in:
KATO Takenori 2000-01-29 07:36:46 +00:00
parent ab6afc855d
commit 2e1b2d7571
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56796

View File

@ -48,8 +48,9 @@
#include <sys/tty.h> #include <sys/tty.h>
#include <sys/kernel.h> #include <sys/kernel.h>
#include <sys/malloc.h> #include <sys/malloc.h>
#include <machine/clock.h>
#include <sys/cons.h> #include <sys/cons.h>
#include <machine/clock.h>
#include <machine/console.h> #include <machine/console.h>
#include <machine/psl.h> #include <machine/psl.h>
#include <machine/pc/display.h> #include <machine/pc/display.h>
@ -90,7 +91,7 @@ static default_attr kernel_default = {
static int sc_console_unit = -1; static int sc_console_unit = -1;
static scr_stat *sc_console; static scr_stat *sc_console;
static struct tty *sc_console_tty; static struct tty *sc_console_tty;
static void *kernel_console_ts; static void *kernel_console_ts;
static char init_done = COLD; static char init_done = COLD;
static char shutdown_in_progress = FALSE; static char shutdown_in_progress = FALSE;