tfix int/size_t warning (Chad Dougherty) - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit edd308cfa28421761db073542ecd538a13949d13
parent 2894c70c08fe2e1e6b90b0ff4c3fa5e929625647
Author: rsc 
Date:   Mon, 26 Mar 2007 17:07:31 +0000

fix int/size_t warning (Chad Dougherty)

Diffstat:
  M src/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
t@@ -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;