Add the variable's type to the declaration.

This commit is contained in:
obrien 2003-06-02 02:34:36 +00:00
parent 5e3258c2fc
commit f40f81aa0c

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,