[BACK]Return to vmstat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vmstat

Diff for /src/usr.bin/vmstat/vmstat.c between version 1.80 and 1.81

version 1.80, 2003/07/28 06:16:35 version 1.81, 2004/01/15 20:39:33
Line 811 
Line 811 
                         return ;                          return ;
                 }                  }
                 if (cnt)                  if (cnt)
                         (void)printf("%-14s %12ld %8ld\n", intrname,                          (void)printf("%-14s %12d %8ld\n", intrname,
                             cnt, cnt / uptime);                              cnt, (long)cnt / uptime);
                 inttotal += cnt;                  inttotal += cnt;
         }          }
   

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81