mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Add the variable's type to the declaration.
This commit is contained in:
parent
a23e5f4d43
commit
bd273f0c0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115667
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user