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];
|
ulong x[20];
|
||||||
struct clockinfo *ci;
|
struct clockinfo *ci;
|
||||||
int mib[2];
|
int mib[2];
|
||||||
int l;
|
size_t l;
|
||||||
|
|
||||||
if(first){
|
if(first){
|
||||||
mib[0] = CTL_KERN;
|
mib[0] = CTL_KERN;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user