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

Diff for /src/usr.bin/netstat/mbuf.c between version 1.24 and 1.25

version 1.24, 2005/12/21 01:40:24 version 1.25, 2007/12/11 20:14:45
Line 82 
Line 82 
  * Print mbuf statistics.   * Print mbuf statistics.
  */   */
 void  void
 mbpr(u_long mbaddr, u_long mbpooladdr, u_long mclpooladdr)  mbpr(void)
 {  {
         int totmem, totused, totmbufs, totpct;          int totmem, totused, totmbufs, totpct;
         int i, mib[4], npools, flag = 0;          int i, mib[4], npools, flag = 0;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25