From c40da229a2b8863dc5e8391bcf995784e71c9ca3 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Tue, 6 Nov 2001 01:35:05 +0000 Subject: Move the last content from vm/ to uvm/ The only thing left in vm/ are just dumb wrappers. vm/vm.h includes uvm/uvm_extern.h vm/pmap.h includes uvm/uvm_pmap.h vm/vm_page.h includes uvm/uvm_page.h --- sys/uvm/uvm_vnode.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/uvm/uvm_vnode.c') diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c index 3bcf1d8ce6c..019e71e8a00 100644 --- a/sys/uvm/uvm_vnode.c +++ b/sys/uvm/uvm_vnode.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_vnode.c,v 1.21 2001/11/05 22:14:54 art Exp $ */ -/* $NetBSD: uvm_vnode.c,v 1.34 2000/06/26 14:21:19 mrg Exp $ */ +/* $OpenBSD: uvm_vnode.c,v 1.22 2001/11/06 01:35:04 art Exp $ */ +/* $NetBSD: uvm_vnode.c,v 1.35 2000/06/27 17:29:37 mrg Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -62,8 +62,6 @@ #include -#include - #include #include -- cgit v1.2.3