[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.34 and 1.35

version 1.34, 2015/01/16 06:40:10 version 1.35, 2015/01/20 18:26:57
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include <sys/param.h>  /* MSIZE */  
 #include <sys/protosw.h>  
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/mbuf.h>  #include <sys/mbuf.h>
   #include <sys/protosw.h>
 #include <sys/pool.h>  #include <sys/pool.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <net/if.h>  #include <net/if.h>

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35