Add the variable's type to the declaration.

This commit is contained in:
David E. O'Brien 2003-06-02 02:34:36 +00:00
parent a23e5f4d43
commit bd273f0c0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115667

View File

@ -100,7 +100,7 @@ union {
} stats_all;
void updatestat();
static stat_is_init = 0;
static int stat_is_init = 0;
static kvm_t *kd;
static int cp_time_xlat[RSTAT_CPUSTATES] = { CP_USER, CP_NICE, CP_SYS,