Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/vme Fix some missed vm/vm.h -> uvm/uvm_extern.h conv...
details: https://anonhg.NetBSD.org/src/rev/a8b9efb4981e
branches: trunk
changeset: 494045:a8b9efb4981e
user: fvdl <fvdl%NetBSD.org@localhost>
date: Thu Jun 29 19:27:55 2000 +0000
description:
Fix some missed vm/vm.h -> uvm/uvm_extern.h conversions.
diffstat:
sys/dev/vme/if_ie_vme.c | 4 ++--
sys/dev/vme/xd.c | 4 ++--
sys/dev/vme/xy.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r d3480d13b0d7 -r a8b9efb4981e sys/dev/vme/if_ie_vme.c
--- a/sys/dev/vme/if_ie_vme.c Thu Jun 29 16:53:48 2000 +0000
+++ b/sys/dev/vme/if_ie_vme.c Thu Jun 29 19:27:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ie_vme.c,v 1.9 2000/04/10 02:16:15 chs Exp $ */
+/* $NetBSD: if_ie_vme.c,v 1.10 2000/06/29 19:27:55 fvdl Exp $ */
/*-
* Copyright (c) 1995 Charles D. Cranor
@@ -157,7 +157,7 @@
#include <net/if_media.h>
#include <net/if_ether.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/intr.h>
diff -r d3480d13b0d7 -r a8b9efb4981e sys/dev/vme/xd.c
--- a/sys/dev/vme/xd.c Thu Jun 29 16:53:48 2000 +0000
+++ b/sys/dev/vme/xd.c Thu Jun 29 19:27:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xd.c,v 1.28 2000/06/26 14:21:13 mrg Exp $ */
+/* $NetBSD: xd.c,v 1.29 2000/06/29 19:27:55 fvdl Exp $ */
/*
*
@@ -73,7 +73,7 @@
#include <sys/dkbad.h>
#include <sys/conf.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/intr.h>
diff -r d3480d13b0d7 -r a8b9efb4981e sys/dev/vme/xy.c
--- a/sys/dev/vme/xy.c Thu Jun 29 16:53:48 2000 +0000
+++ b/sys/dev/vme/xy.c Thu Jun 29 19:27:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xy.c,v 1.26 2000/06/26 14:21:13 mrg Exp $ */
+/* $NetBSD: xy.c,v 1.27 2000/06/29 19:27:56 fvdl Exp $ */
/*
*
@@ -73,7 +73,7 @@
#include <sys/dkbad.h>
#include <sys/conf.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/intr.h>
Home |
Main Index |
Thread Index |
Old Index