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

Diff for /src/usr.bin/systat/netstat.c between version 1.42 and 1.43

version 1.42, 2014/10/24 10:18:49 version 1.43, 2015/01/16 00:03:37
Line 33 
Line 33 
 /*  /*
  * netstat   * netstat
  */   */
 #include <sys/param.h>  
   #include <sys/param.h>  /* MSIZE */
   #include <sys/signal.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/socketvar.h>  #include <sys/socketvar.h>
 #include <sys/mbuf.h>  #include <sys/mbuf.h>

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43