URI: 
       tuse size_t - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c704a4a23e12eb1d02cc1ec6803d7ba8731e0368
   DIR parent 2e8a63f0d19e04d2e9b0a89efbd00af0eb2e5f76
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 30 Dec 2005 20:41:58 +0000
       
       use size_t
       
       Diffstat:
         M src/cmd/auxstats/FreeBSD.c          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/auxstats/FreeBSD.c b/src/cmd/auxstats/FreeBSD.c
       t@@ -140,7 +140,7 @@ xacpi(int first)
        {
                int rv;
                int val;
       -        long len;
       +        size_t len;
        
                len = sizeof(val);
                rv = sysctlbyname("hw.acpi.battery.life", &val, &len, nil, 0);