Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys use <uvm/uvm_extern.h> instead of <vm/vm.h>
details: https://anonhg.NetBSD.org/src/rev/611660e091e6
branches: trunk
changeset: 494027:611660e091e6
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jun 29 09:01:09 2000 +0000
description:
use <uvm/uvm_extern.h> instead of <vm/vm.h>
diffstat:
sys/sys/sysctl.h | 4 ++--
sys/sys/vnode.h | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r fa4eeab6aeb6 -r 611660e091e6 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h Thu Jun 29 08:58:45 2000 +0000
+++ b/sys/sys/sysctl.h Thu Jun 29 09:01:09 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysctl.h,v 1.51 2000/06/16 00:18:10 simonb Exp $ */
+/* $NetBSD: sysctl.h,v 1.52 2000/06/29 09:01:09 mrg Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -48,7 +48,7 @@
#include <sys/time.h>
#include <sys/ucred.h>
#include <sys/proc.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#endif
/*
diff -r fa4eeab6aeb6 -r 611660e091e6 sys/sys/vnode.h
--- a/sys/sys/vnode.h Thu Jun 29 08:58:45 2000 +0000
+++ b/sys/sys/vnode.h Thu Jun 29 09:01:09 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vnode.h,v 1.81 2000/06/27 23:51:51 fvdl Exp $ */
+/* $NetBSD: vnode.h,v 1.82 2000/06/29 09:01:09 mrg Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -43,9 +43,8 @@
/* XXX: clean up includes later */
#include <uvm/uvm_pglist.h> /* XXX */
-#include <sys/lock.h> /* XXX */
#include <uvm/uvm_object.h> /* XXX */
-#include <vm/vm.h> /* XXX */
+#include <uvm/uvm_extern.h> /* XXX */
#include <uvm/uvm_vnode.h> /* XXX */
/*
Home |
Main Index |
Thread Index |
Old Index