summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-01-29 07:36:46 +0000
committerkato <kato@FreeBSD.org>2000-01-29 07:36:46 +0000
commitb86abe9ca2064983ff2478c2af83c97ac7cce95e (patch)
treeafad9bf065d3e61be6a6941dccbb1c2541f47ee5
parentd19047f468caa67797d9983529d03ab8bd017101 (diff)
downloadFreeBSD-src-b86abe9ca2064983ff2478c2af83c97ac7cce95e.zip
FreeBSD-src-b86abe9ca2064983ff2478c2af83c97ac7cce95e.tar.gz
Cosmetic changes.
- Fixed order of include files. - Fixed white spaces.
-rw-r--r--sys/pc98/pc98/syscons.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pc98/pc98/syscons.c b/sys/pc98/pc98/syscons.c
index caf35cc..6735187 100644
--- a/sys/pc98/pc98/syscons.c
+++ b/sys/pc98/pc98/syscons.c
@@ -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;
OpenPOWER on IntegriCloud