tfix int/size_t warning (Chad Dougherty) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit edd308cfa28421761db073542ecd538a13949d13
 (DIR) parent 2894c70c08fe2e1e6b90b0ff4c3fa5e929625647
 (HTM) Author: rsc <devnull@localhost>
       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(-)
       ---
 (DIR) 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;