Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys remove include of <vm/vm.h>
details: https://anonhg.NetBSD.org/src/rev/800112de4851
branches: trunk
changeset: 493940:800112de4851
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jun 27 17:55:38 2000 +0000
description:
remove include of <vm/vm.h>
diffstat:
sys/ddb/db_break.h | 4 ++--
sys/ddb/db_command.c | 4 +---
sys/ddb/db_variables.c | 4 ++--
sys/dev/audio.c | 4 +---
sys/dev/md.c | 4 +---
5 files changed, 7 insertions(+), 13 deletions(-)
diffs (90 lines):
diff -r 23493720f70e -r 800112de4851 sys/ddb/db_break.h
--- a/sys/ddb/db_break.h Tue Jun 27 17:53:44 2000 +0000
+++ b/sys/ddb/db_break.h Tue Jun 27 17:55:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_break.h,v 1.13 1999/04/12 20:38:20 pk Exp $ */
+/* $NetBSD: db_break.h,v 1.14 2000/06/27 17:55:38 mrg Exp $ */
/*
* Mach Operating System
@@ -32,7 +32,7 @@
#ifndef _DDB_DB_BREAK_H_
#define _DDB_DB_BREAK_H_
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
/*
* Breakpoints.
diff -r 23493720f70e -r 800112de4851 sys/ddb/db_command.c
--- a/sys/ddb/db_command.c Tue Jun 27 17:53:44 2000 +0000
+++ b/sys/ddb/db_command.c Tue Jun 27 17:55:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_command.c,v 1.48 2000/06/17 05:57:41 jhawk Exp $ */
+/* $NetBSD: db_command.c,v 1.49 2000/06/27 17:55:39 mrg Exp $ */
/*
* Mach Operating System
@@ -59,8 +59,6 @@
#include <ddb/db_sym.h>
#include <ddb/db_extern.h>
-#include <vm/vm.h>
-
#include <uvm/uvm_extern.h>
#include <uvm/uvm_ddb.h>
diff -r 23493720f70e -r 800112de4851 sys/ddb/db_variables.c
--- a/sys/ddb/db_variables.c Tue Jun 27 17:53:44 2000 +0000
+++ b/sys/ddb/db_variables.c Tue Jun 27 17:55:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_variables.c,v 1.17 1999/10/28 06:37:32 lukem Exp $ */
+/* $NetBSD: db_variables.c,v 1.18 2000/06/27 17:55:39 mrg Exp $ */
/*
* Mach Operating System
@@ -31,7 +31,7 @@
#include <sys/param.h>
#include <sys/proc.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
#include <machine/db_machdep.h>
diff -r 23493720f70e -r 800112de4851 sys/dev/audio.c
--- a/sys/dev/audio.c Tue Jun 27 17:53:44 2000 +0000
+++ b/sys/dev/audio.c Tue Jun 27 17:55:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.127 2000/06/26 04:56:17 simonb Exp $ */
+/* $NetBSD: audio.c,v 1.128 2000/06/27 17:58:22 mrg Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -82,8 +82,6 @@
#include <dev/audio_if.h>
#include <dev/audiovar.h>
-#include <vm/vm.h>
-
#include <machine/endian.h>
#ifdef AUDIO_DEBUG
diff -r 23493720f70e -r 800112de4851 sys/dev/md.c
--- a/sys/dev/md.c Tue Jun 27 17:53:44 2000 +0000
+++ b/sys/dev/md.c Tue Jun 27 17:55:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.23 2000/06/26 14:21:10 mrg Exp $ */
+/* $NetBSD: md.c,v 1.24 2000/06/27 17:58:21 mrg Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross, Leo Weppelman.
@@ -58,8 +58,6 @@
#include <sys/conf.h>
#include <sys/disklabel.h>
-#include <vm/vm.h>
-
#include <uvm/uvm_extern.h>
#include <dev/md.h>
Home |
Main Index |
Thread Index |
Old Index