summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_unix.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-11-06 01:35:04 +0000
committerart <art@openbsd.org>2001-11-06 01:35:04 +0000
commit3a40dae11b101af909398f29db239b77a61b462e (patch)
treee76642af9cbe978cfcae2a3d6f32eabca97ba9ed /sys/uvm/uvm_unix.c
parentKill vm/vm_param.h, move it to uvm/uvm_param.h (diff)
downloadwireguard-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_unix.c')
-rw-r--r--sys/uvm/uvm_unix.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/uvm/uvm_unix.c b/sys/uvm/uvm_unix.c
index b0645679815..69c8dc5210b 100644
--- a/sys/uvm/uvm_unix.c
+++ b/sys/uvm/uvm_unix.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: uvm_unix.c,v 1.13 2001/08/11 10:57:22 art Exp $ */
-/* $NetBSD: uvm_unix.c,v 1.12 2000/03/30 12:31:50 augustss Exp $ */
+/* $OpenBSD: uvm_unix.c,v 1.14 2001/11/06 01:35:04 art Exp $ */
+/* $NetBSD: uvm_unix.c,v 1.13 2000/06/27 17:29:36 mrg Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -60,10 +60,8 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
-#include <vm/vm.h>
#include <uvm/uvm.h>
-
/*
* sys_obreak: set break
*/