[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.30 and 1.31

version 1.30, 2009/06/25 22:31:18 version 1.31, 2010/07/08 08:47:07
Line 39 
Line 39 
 #include <net/if.h>  #include <net/if.h>
   
 #include <errno.h>  #include <errno.h>
 #include <kvm.h>  
 #include <limits.h>  #include <limits.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
Line 56 
Line 55 
         "mcl2k", "mcl4k", "mcl8k", "mcl9k", "mcl12k", "mcl16k", "mcl64k"          "mcl2k", "mcl4k", "mcl8k", "mcl9k", "mcl12k", "mcl16k", "mcl64k"
 };  };
 char    **mclnamep = mclnames;  char    **mclnamep = mclnames;
   
 extern kvm_t *kvmd;  
   
 static struct mbtypes {  static struct mbtypes {
         int     mt_type;          int     mt_type;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31