summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-06 19:53:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-06 19:53:22 +0000
commit1a05584a00bbab0c5d169a8d3af7b22cafbfd92e (patch)
tree5ddd0ec6d94f69ad3960926e58a87b6d82166c7a /sys/arch/sun3/dev
parentef75d88ca83504eb18013af4622826ef9b5ff28d (diff)
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)
Diffstat (limited to 'sys/arch/sun3/dev')
-rw-r--r--sys/arch/sun3/dev/bw2.c4
-rw-r--r--sys/arch/sun3/dev/cg2.c4
-rw-r--r--sys/arch/sun3/dev/cg4.c4
-rw-r--r--sys/arch/sun3/dev/if_ie.c4
-rw-r--r--sys/arch/sun3/dev/xd.c4
-rw-r--r--sys/arch/sun3/dev/xy.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/sun3/dev/bw2.c b/sys/arch/sun3/dev/bw2.c
index d0364f61bd2..ad8aed93ec3 100644
--- a/sys/arch/sun3/dev/bw2.c
+++ b/sys/arch/sun3/dev/bw2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bw2.c,v 1.9 2001/11/01 12:13:46 art Exp $ */
+/* $OpenBSD: bw2.c,v 1.10 2001/11/06 19:53:16 miod Exp $ */
/* $NetBSD: bw2.c,v 1.8 1996/10/13 03:47:25 christos Exp $ */
/*
@@ -60,7 +60,7 @@
#include <sys/tty.h>
#include <sys/conf.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/conf.h>
#include <machine/cpu.h>
diff --git a/sys/arch/sun3/dev/cg2.c b/sys/arch/sun3/dev/cg2.c
index 12c7bf9ee1a..53411377c73 100644
--- a/sys/arch/sun3/dev/cg2.c
+++ b/sys/arch/sun3/dev/cg2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cg2.c,v 1.8 2001/11/01 12:13:46 art Exp $ */
+/* $OpenBSD: cg2.c,v 1.9 2001/11/06 19:53:16 miod Exp $ */
/* $NetBSD: cg2.c,v 1.7 1996/10/13 03:47:26 christos Exp $ */
/*
@@ -62,7 +62,7 @@
#include <sys/tty.h>
#include <sys/conf.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/conf.h>
#include <machine/fbio.h>
diff --git a/sys/arch/sun3/dev/cg4.c b/sys/arch/sun3/dev/cg4.c
index ac1ba39ea96..c6115e12381 100644
--- a/sys/arch/sun3/dev/cg4.c
+++ b/sys/arch/sun3/dev/cg4.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cg4.c,v 1.9 2001/11/01 12:13:46 art Exp $ */
+/* $OpenBSD: cg4.c,v 1.10 2001/11/06 19:53:16 miod Exp $ */
/* $NetBSD: cg4.c,v 1.11 1996/10/29 19:54:19 gwr Exp $ */
/*
@@ -68,7 +68,7 @@
#include <sys/tty.h>
#include <sys/conf.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/conf.h>
#include <machine/cpu.h>
diff --git a/sys/arch/sun3/dev/if_ie.c b/sys/arch/sun3/dev/if_ie.c
index 05695c65edb..8c5d88c3b92 100644
--- a/sys/arch/sun3/dev/if_ie.c
+++ b/sys/arch/sun3/dev/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.14 2001/08/08 21:01:13 miod Exp $ */
+/* $OpenBSD: if_ie.c,v 1.15 2001/11/06 19:53:16 miod Exp $ */
/* $NetBSD: if_ie.c,v 1.15 1996/10/30 00:24:33 gwr Exp $ */
/*-
@@ -134,7 +134,7 @@
#include <netns/ns_if.h>
#endif
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
/*
* ugly byte-order hack for SUNs
diff --git a/sys/arch/sun3/dev/xd.c b/sys/arch/sun3/dev/xd.c
index e84c3abf773..bb14ceb4b71 100644
--- a/sys/arch/sun3/dev/xd.c
+++ b/sys/arch/sun3/dev/xd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xd.c,v 1.14 2001/09/11 20:05:24 miod Exp $ */
+/* $OpenBSD: xd.c,v 1.15 2001/11/06 19:53:16 miod Exp $ */
/* $NetBSD: xd.c,v 1.10 1996/10/13 03:47:39 christos Exp $ */
/*
@@ -74,7 +74,7 @@
#include <sys/disk.h>
#include <sys/syslog.h>
#include <sys/dkbad.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/sun_disklabel.h>
diff --git a/sys/arch/sun3/dev/xy.c b/sys/arch/sun3/dev/xy.c
index c02a25f0dbc..50e73f1a45d 100644
--- a/sys/arch/sun3/dev/xy.c
+++ b/sys/arch/sun3/dev/xy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xy.c,v 1.14 2001/09/11 20:05:24 miod Exp $ */
+/* $OpenBSD: xy.c,v 1.15 2001/11/06 19:53:16 miod Exp $ */
/* $NetBSD: xy.c,v 1.11 1996/10/13 03:47:40 christos Exp $ */
/*
@@ -74,7 +74,7 @@
#include <sys/disk.h>
#include <sys/syslog.h>
#include <sys/dkbad.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/sun_disklabel.h>