fix int/size_t warning (Chad Dougherty)

This commit is contained in:
rsc 2007-03-26 17:07:31 +00:00
parent 2894c70c08
commit edd308cfa2

View file

@ -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;