[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.28 and 1.29

version 1.28, 2015/08/24 15:55:53 version 1.29, 2016/08/27 04:07:42
Line 38 
Line 38 
 #include <sys/protosw.h>  #include <sys/protosw.h>
 #include <sys/mbuf.h>  #include <sys/mbuf.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
   #include <sys/time.h>
 #include <sys/un.h>  #include <sys/un.h>
 #include <sys/unpcb.h>  #include <sys/unpcb.h>
 #define _KERNEL  #define _KERNEL

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29