diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-06-09 08:26:22 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-06-09 08:26:22 +0000 |
commit | d0c00105ec5e5d4b9258fe26e40d7a395f58cf1b (patch) | |
tree | f55e4706a35f4cb792c7a514ba2835a92d8b8871 /sys/uvm/uvm.h | |
parent | a1c3ce92d8746e5cb544a14329e1bd0d91ab0624 (diff) |
Move the prototype for uvm_wait() to uvm_extern.h and remove
uvm_pdaemon.h has it was only holding that one prototype.
OK art@, oga@, miod@, deraadt@
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 a8d42714cbb..9814120fd39 100644 --- a/sys/uvm/uvm.h +++ b/sys/uvm/uvm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm.h,v 1.38 2010/04/22 19:02:55 oga Exp $ */ +/* $OpenBSD: uvm.h,v 1.39 2010/06/09 08:26:21 thib Exp $ */ /* $NetBSD: uvm.h,v 1.24 2000/11/27 08:40:02 chs Exp $ */ /* @@ -56,7 +56,6 @@ #include <uvm/uvm_object.h> #include <uvm/uvm_page.h> #include <uvm/uvm_pager.h> -#include <uvm/uvm_pdaemon.h> #include <uvm/uvm_swap.h> #include <uvm/uvm_pmemrange.h> #ifdef UVM_SWAP_ENCRYPT |