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

Diff for /src/usr.bin/netstat/inet6.c between version 1.36 and 1.37

version 1.36, 2007/12/19 01:47:00 version 1.37, 2009/02/07 15:06:04
Line 58 
Line 58 
 #endif  #endif
 #include <netdb.h>  #include <netdb.h>
   
   #include <err.h>
   #include <errno.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
 #include <errno.h>  
 #include "netstat.h"  #include "netstat.h"
   
 struct  socket sockb;  struct  socket sockb;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37