diff options
author | 2001-09-19 20:50:55 +0000 | |
---|---|---|
committer | 2001-09-19 20:50:55 +0000 | |
commit | 8ef75ebff9897f37770a8c9470785199e7dcc7fd (patch) | |
tree | 7412349973a1c213ee269356c527afb2c9cdfcfc /sys/uvm/uvm_io.c | |
parent | initial sets for sparc64 (diff) | |
download | wireguard-openbsd-8ef75ebff9897f37770a8c9470785199e7dcc7fd.tar.xz wireguard-openbsd-8ef75ebff9897f37770a8c9470785199e7dcc7fd.zip |
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Diffstat (limited to 'sys/uvm/uvm_io.c')
-rw-r--r-- | sys/uvm/uvm_io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_io.c b/sys/uvm/uvm_io.c index 78d20788a57..b8ea27a8ee3 100644 --- a/sys/uvm/uvm_io.c +++ b/sys/uvm/uvm_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_io.c,v 1.6 2001/08/11 10:57:22 art Exp $ */ +/* $OpenBSD: uvm_io.c,v 1.7 2001/09/19 20:50:59 mickey Exp $ */ /* $NetBSD: uvm_io.c,v 1.10 2000/06/02 12:02:44 pk Exp $ */ /* @@ -48,7 +48,6 @@ #include <vm/vm.h> #include <vm/vm_page.h> -#include <vm/vm_kern.h> #include <uvm/uvm.h> |