summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/pc98/atcompat_diskslice.c4
-rw-r--r--sys/pc98/pc98/diskslice_machdep.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/pc98/atcompat_diskslice.c b/sys/pc98/pc98/atcompat_diskslice.c
index 9632bb3..9847631 100644
--- a/sys/pc98/pc98/atcompat_diskslice.c
+++ b/sys/pc98/pc98/atcompat_diskslice.c
@@ -35,7 +35,7 @@
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
- * $Id: atcompat_diskslice.c,v 1.13 1998/12/04 22:54:54 archie Exp $
+ * $Id: atcompat_diskslice.c,v 1.14 1999/01/28 09:18:21 kato Exp $
*/
/*
@@ -45,6 +45,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/conf.h>
#ifdef PC98
@@ -58,7 +59,6 @@
#include <sys/diskslice.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
-#include <sys/systm.h>
#define TRACE(str) do { if (dsi_debug) printf str; } while (0)
diff --git a/sys/pc98/pc98/diskslice_machdep.c b/sys/pc98/pc98/diskslice_machdep.c
index 39cad21..b1c881c 100644
--- a/sys/pc98/pc98/diskslice_machdep.c
+++ b/sys/pc98/pc98/diskslice_machdep.c
@@ -35,7 +35,7 @@
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
- * $Id: diskslice_machdep.c,v 1.17 1998/12/04 22:54:54 archie Exp $
+ * $Id: diskslice_machdep.c,v 1.18 1999/01/28 09:18:21 kato Exp $
*/
/*
@@ -45,6 +45,7 @@
#include "opt_pc98.h"
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/disklabel.h>
@@ -56,7 +57,6 @@
#include <sys/diskslice.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
-#include <sys/systm.h>
#define TRACE(str) do { if (dsi_debug) printf str; } while (0)
OpenPOWER on IntegriCloud