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

Diff for /src/usr.bin/netstat/unix.c between version 1.30 and 1.31

version 1.30, 2016/09/15 01:01:08 version 1.31, 2018/01/05 10:41:24
Line 34 
Line 34 
  * Display protocol blocks in the unix domain.   * Display protocol blocks in the unix domain.
  */   */
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/socketvar.h>  
 #include <sys/protosw.h>  #include <sys/protosw.h>
 #include <sys/mbuf.h>  #include <sys/mbuf.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>

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