diff options
author | 2001-11-06 01:35:04 +0000 | |
---|---|---|
committer | 2001-11-06 01:35:04 +0000 | |
commit | 3a40dae11b101af909398f29db239b77a61b462e (patch) | |
tree | e76642af9cbe978cfcae2a3d6f32eabca97ba9ed /sys/uvm/uvm_user.c | |
parent | Kill vm/vm_param.h, move it to uvm/uvm_param.h (diff) | |
download | wireguard-openbsd-3a40dae11b101af909398f29db239b77a61b462e.tar.xz wireguard-openbsd-3a40dae11b101af909398f29db239b77a61b462e.zip |
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
Diffstat (limited to 'sys/uvm/uvm_user.c')
-rw-r--r-- | sys/uvm/uvm_user.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/uvm/uvm_user.c b/sys/uvm/uvm_user.c index dc3eda91ca4..cd2cacbe837 100644 --- a/sys/uvm/uvm_user.c +++ b/sys/uvm/uvm_user.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_user.c,v 1.5 2001/01/29 02:07:50 niklas Exp $ */ -/* $NetBSD: uvm_user.c,v 1.7 1999/03/25 18:48:56 mrg Exp $ */ +/* $OpenBSD: uvm_user.c,v 1.6 2001/11/06 01:35:04 art Exp $ */ +/* $NetBSD: uvm_user.c,v 1.8 2000/06/27 17:29:37 mrg Exp $ */ /* * @@ -44,7 +44,6 @@ #include <sys/systm.h> #include <sys/proc.h> -#include <vm/vm.h> #include <uvm/uvm.h> /* |