[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.1 and 1.2

version 1.1, 1995/10/18 08:46:50 version 1.2, 1995/10/18 17:28:55
Line 740 
Line 740 
                                 inttotal += ivp->iv_cnt;                                  inttotal += ivp->iv_cnt;
                         }                          }
                 }                  }
                 (void)printf("Total        %8ld %8ld\n",                  (void)printf("Total        %10ld %8ld\n",
                     inttotal, inttotal / uptime);                      inttotal, inttotal / uptime);
         }          }
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2