diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2015-12-02 09:50:47 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2015-12-02 09:50:47 +0000 |
commit | cdfb502b18f73b2b2cff3eb21a244594fcdbf4ed (patch) | |
tree | fc927f15e1040dbabbec23f7be579a186a77d1e9 /sys/uvm | |
parent | 585d3f09d2cec5176474b2b311b5928f0812f82d (diff) |
remove declaration for nonexistant function
ok tedu@
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_extern.h b/sys/uvm/uvm_extern.h index 509e49f9cfd..0119130d717 100644 --- a/sys/uvm/uvm_extern.h +++ b/sys/uvm/uvm_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_extern.h,v 1.136 2015/11/11 15:59:33 mmcc Exp $ */ +/* $OpenBSD: uvm_extern.h,v 1.137 2015/12/02 09:50:46 blambert Exp $ */ /* $NetBSD: uvm_extern.h,v 1.57 2001/03/09 01:02:12 chs Exp $ */ /* @@ -447,7 +447,6 @@ void uvm_page_physload(paddr_t, paddr_t, paddr_t, paddr_t, int); void uvm_setpagesize(void); void uvm_shutdown(void); -void uvm_aio_biodone1(struct buf *); void uvm_aio_biodone(struct buf *); void uvm_aio_aiodone(struct buf *); void uvm_pageout(void *); |