[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.24 and 1.25

version 1.24, 2015/01/16 06:40:10 version 1.25, 2015/01/20 18:26:57
Line 33 
Line 33 
 /*  /*
  * Display protocol blocks in the unix domain.   * Display protocol blocks in the unix domain.
  */   */
 #include <sys/param.h>  /* MSIZE */  
 #include <sys/protosw.h>  
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/socketvar.h>  #include <sys/socketvar.h>
   #include <sys/protosw.h>
 #include <sys/mbuf.h>  #include <sys/mbuf.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <sys/un.h>  #include <sys/un.h>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25