summaryrefslogtreecommitdiffstats
path: root/sys/sys/dkstat.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 05:27:26 +0000
committerbde <bde@FreeBSD.org>1997-09-07 05:27:26 +0000
commite499dfd06df024bd144272e8a2f6ed93c0bf4dc0 (patch)
tree5f5545b137451d1ac1e2b22e92786880de54efb8 /sys/sys/dkstat.h
parent4b54cb94d25d8fd3a31dc9efab748ba0e17311a1 (diff)
downloadFreeBSD-src-e499dfd06df024bd144272e8a2f6ed93c0bf4dc0.zip
FreeBSD-src-e499dfd06df024bd144272e8a2f6ed93c0bf4dc0.tar.gz
Some staticized variables were still declared to be extern.
Diffstat (limited to 'sys/sys/dkstat.h')
-rw-r--r--sys/sys/dkstat.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h
index 497a091..edec8ce 100644
--- a/sys/sys/dkstat.h
+++ b/sys/sys/dkstat.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)dkstat.h 8.2 (Berkeley) 1/21/94
- * $Id$
+ * $Id: dkstat.h,v 1.8 1997/02/22 09:45:08 peter Exp $
*/
#ifndef _SYS_DKSTAT_H_
@@ -52,9 +52,7 @@
#define DK_NDRIVE 8
#define DK_NAMELEN 8
#ifdef KERNEL
-extern long cp_time[CPUSTATES];
extern long dk_seek[DK_NDRIVE]; /* # seeks */
-extern long dk_time[DK_NDRIVE]; /* time busy (in statclock ticks) */
extern long dk_wds[DK_NDRIVE]; /* # blocks of 32*16-bit words transferred */
extern long dk_wpms[DK_NDRIVE]; /* transfer rate in 16-bit words per second */
extern long dk_xfer[DK_NDRIVE]; /* # transfers */
OpenPOWER on IntegriCloud