[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.16 and 1.17

version 1.16, 2002/06/30 20:27:16 version 1.17, 2003/02/01 01:51:31
Line 54 
Line 54 
 #include <limits.h>  #include <limits.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   #include <unistd.h>
 #include "netstat.h"  #include "netstat.h"
   
 #define YES     1  #define YES     1
Line 85 
Line 86 
  * Print mbuf statistics.   * Print mbuf statistics.
  */   */
 void  void
 mbpr(mbaddr, mbpooladdr, mclpooladdr)  mbpr(u_long mbaddr, u_long mbpooladdr, u_long mclpooladdr)
         u_long mbaddr;  
         u_long mbpooladdr, mclpooladdr;  
 {  {
         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.16  
changed lines
  Added in v.1.17