diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-07-03 18:36:52 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-07-03 18:36:52 +0000 |
commit | 5638f6840d03533dc723bad5ca0bb1044caeeff6 (patch) | |
tree | e5a2bc698d7a538541f69b1733ebedd89d8c883b /sys/uvm/uvm.h | |
parent | 9ab2af9380379bf897461fdb1e4d46997af234e1 (diff) |
endodoify UVM_CNT too.
``beat it'' tedu@ the deleteotron
Diffstat (limited to 'sys/uvm/uvm.h')
-rw-r--r-- | sys/uvm/uvm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm.h b/sys/uvm/uvm.h index c33fc983c38..561552b03cb 100644 --- a/sys/uvm/uvm.h +++ b/sys/uvm/uvm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm.h,v 1.44 2011/07/03 18:34:14 oga Exp $ */ +/* $OpenBSD: uvm.h,v 1.45 2011/07/03 18:36:49 oga Exp $ */ /* $NetBSD: uvm.h,v 1.24 2000/11/27 08:40:02 chs Exp $ */ /* @@ -40,8 +40,6 @@ #include <uvm/uvm_extern.h> -#include <uvm/uvm_stat.h> - /* * pull in prototypes */ |