From ec82b1165a0430057fbf80dc9c11b6b74bcb8eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 7 Sep 2000 16:38:04 +0000 Subject: [PATCH] Redeclare cp_time. It's no longer static, and linprocfs needs it. --- sys/sys/dkstat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h index 760219c190e..f556ff28afb 100644 --- a/sys/sys/dkstat.h +++ b/sys/sys/dkstat.h @@ -51,6 +51,7 @@ #ifdef _KERNEL +extern long cp_time[CPUSTATES]; extern long tk_cancc; extern long tk_nin; extern long tk_nout;