fix int/size_t warning (Chad Dougherty)
This commit is contained in:
parent
2894c70c08
commit
edd308cfa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue