fix int/size_t warning (Chad Dougherty)
This commit is contained in:
parent
2894c70c08
commit
edd308cfa2
@ -163,7 +163,7 @@ xcpu(int first)
|
||||
ulong x[20];
|
||||
struct clockinfo *ci;
|
||||
int mib[2];
|
||||
int l;
|
||||
size_t l;
|
||||
|
||||
if(first){
|
||||
mib[0] = CTL_KERN;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user