diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-29 22:23:03 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-29 22:23:03 +0000 |
commit | b42d72f5ef32bc59dcfee82678a8a07842fe812b (patch) | |
tree | cc20fa0e4adbeb4a17de385e83c30d2f872cbcb8 /sys/uvm/uvm.h | |
parent | d8f3026348aadb2f15214f0cb97e5e2125a6345b (diff) |
uvm_loan has not (ever) been compiled or used.
Diffstat (limited to 'sys/uvm/uvm.h')
-rw-r--r-- | sys/uvm/uvm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm.h b/sys/uvm/uvm.h index c236fb421a9..14dac14dde2 100644 --- a/sys/uvm/uvm.h +++ b/sys/uvm/uvm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm.h,v 1.47 2012/03/09 13:01:29 ariane Exp $ */ +/* $OpenBSD: uvm.h,v 1.48 2013/05/29 22:23:01 tedu Exp $ */ /* $NetBSD: uvm.h,v 1.24 2000/11/27 08:40:02 chs Exp $ */ /* @@ -49,7 +49,6 @@ #include <uvm/uvm_fault.h> #include <uvm/uvm_glue.h> #include <uvm/uvm_km.h> -#include <uvm/uvm_loan.h> #include <uvm/uvm_map.h> #include <uvm/uvm_object.h> #include <uvm/uvm_page.h> |