diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 21:29:06 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 21:29:06 +0000 |
commit | 4c14b8ceb4b7d79baf658d69581979dbd14cb4d3 (patch) | |
tree | d0f37d4a17d271444d1c3a4eab05a68bae878418 /sys/uvm | |
parent | cf33caca582f3754c981f1d9d92d2fd7b208869a (diff) |
cold is in systm now
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_stat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm_stat.h b/sys/uvm/uvm_stat.h index 6706895d0c8..d9c462bf543 100644 --- a/sys/uvm/uvm_stat.h +++ b/sys/uvm/uvm_stat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_stat.h,v 1.7 2001/03/09 05:34:38 smart Exp $ */ +/* $OpenBSD: uvm_stat.h,v 1.8 2001/06/24 21:29:04 mickey Exp $ */ /* $NetBSD: uvm_stat.h,v 1.15 1999/06/21 17:25:12 thorpej Exp $ */ /* @@ -177,8 +177,6 @@ do { \ LIST_INSERT_HEAD(&uvm_histories, &(NAME), list); \ } while (0) -extern int cold; - #if defined(UVMHIST_PRINT) extern int uvmhist_print_enabled; #define UVMHIST_PRINTNOW(E) \ |