plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit edd308cfa28421761db073542ecd538a13949d13
parent 2894c70c08fe2e1e6b90b0ff4c3fa5e929625647
Author: rsc <devnull@localhost>
Date:   Mon, 26 Mar 2007 17:07:31 +0000

fix int/size_t warning (Chad Dougherty)

Diffstat:
Msrc/cmd/auxstats/OpenBSD.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/auxstats/OpenBSD.c b/src/cmd/auxstats/OpenBSD.c @@ -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;