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_glue.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_glue.c')
-rw-r--r-- | sys/uvm/uvm_glue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index 0156592effc..21c3f94a42f 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_glue.c,v 1.19 2001/08/11 10:57:22 art Exp $ */ +/* $OpenBSD: uvm_glue.c,v 1.20 2001/09/19 20:50:59 mickey Exp $ */ /* $NetBSD: uvm_glue.c,v 1.36 2000/06/18 05:20:27 simonb Exp $ */ /* @@ -83,7 +83,6 @@ #include <vm/vm.h> #include <vm/vm_page.h> -#include <vm/vm_kern.h> #include <uvm/uvm.h> |