Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k Explicitly include headers needed by iopreg.h



details:   https://anonhg.NetBSD.org/src/rev/b0160b01e2c5
branches:  trunk
changeset: 482751:b0160b01e2c5
user:      scottr <scottr%NetBSD.org@localhost>
date:      Mon Feb 21 02:04:48 2000 +0000

description:
Explicitly include headers needed by iopreg.h

diffstat:

 sys/arch/mac68k/dev/adb_direct.c |  4 +++-
 sys/arch/mac68k/include/iopreg.h |  5 +----
 sys/arch/mac68k/mac68k/intr.c    |  4 +++-
 sys/arch/mac68k/mac68k/machdep.c |  4 +++-
 4 files changed, 10 insertions(+), 7 deletions(-)

diffs (73 lines):

diff -r 3a8b6f92b9f6 -r b0160b01e2c5 sys/arch/mac68k/dev/adb_direct.c
--- a/sys/arch/mac68k/dev/adb_direct.c  Mon Feb 21 02:04:12 2000 +0000
+++ b/sys/arch/mac68k/dev/adb_direct.c  Mon Feb 21 02:04:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: adb_direct.c,v 1.37 2000/02/21 01:20:55 scottr Exp $   */
+/*     $NetBSD: adb_direct.c,v 1.38 2000/02/21 02:04:48 scottr Exp $   */
 
 /* From: adb_direct.c 2.02 4/18/97 jpw */
 
@@ -64,6 +64,8 @@
 
 #include <sys/param.h>
 #include <sys/cdefs.h>
+#include <sys/pool.h>
+#include <sys/queue.h>
 #include <sys/systm.h>
 
 #include <machine/viareg.h>
diff -r 3a8b6f92b9f6 -r b0160b01e2c5 sys/arch/mac68k/include/iopreg.h
--- a/sys/arch/mac68k/include/iopreg.h  Mon Feb 21 02:04:12 2000 +0000
+++ b/sys/arch/mac68k/include/iopreg.h  Mon Feb 21 02:04:48 2000 +0000
@@ -1,13 +1,10 @@
-/*     $NetBSD: iopreg.h,v 1.2 1999/06/28 04:33:21 briggs Exp $        */
+/*     $NetBSD: iopreg.h,v 1.3 2000/02/21 02:04:49 scottr Exp $        */
 
 /*
  * Freely contributed to The NetBSD Foundation.
  * XXX - Do paperwork and put a proper copyright here.
  */
 
-#include <sys/pool.h>
-#include <sys/queue.h>
-
 #define IOP1_BASE      0x00004000
 
 #define SCC_IOP                0
diff -r 3a8b6f92b9f6 -r b0160b01e2c5 sys/arch/mac68k/mac68k/intr.c
--- a/sys/arch/mac68k/mac68k/intr.c     Mon Feb 21 02:04:12 2000 +0000
+++ b/sys/arch/mac68k/mac68k/intr.c     Mon Feb 21 02:04:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.10 2000/02/21 01:48:49 scottr Exp $ */
+/*     $NetBSD: intr.c,v 1.11 2000/02/21 02:04:49 scottr Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -49,6 +49,8 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>
+#include <sys/pool.h>
+#include <sys/queue.h>
 #include <sys/vmmeter.h>
 
 #include <vm/vm.h>
diff -r 3a8b6f92b9f6 -r b0160b01e2c5 sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c  Mon Feb 21 02:04:12 2000 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c  Mon Feb 21 02:04:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.244 2000/02/21 01:51:37 scottr Exp $     */
+/*     $NetBSD: machdep.c,v 1.245 2000/02/21 02:04:50 scottr Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -98,7 +98,9 @@
 #include <sys/mbuf.h>
 #include <sys/mount.h>
 #include <sys/msgbuf.h>
+#include <sys/pool.h>
 #include <sys/proc.h>
+#include <sys/queue.h>
 #include <sys/reboot.h>
 #include <sys/signalvar.h>
 #include <sys/syscallargs.h>



Home | Main Index | Thread Index | Old Index