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

Diff for /src/usr.bin/netstat/main.c between version 1.21 and 1.22

version 1.21, 2000/01/21 03:24:06 version 1.22, 2000/06/30 20:04:01
Line 206 
Line 206 
   
 #ifdef INET6  #ifdef INET6
 struct protox ip6protox[] = {  struct protox ip6protox[] = {
           { N_TCBTABLE,   N_TCPSTAT,      1,      ip6protopr,
             tcp_stats,    "tcp" },
           { N_UDBTABLE,   N_UDPSTAT,      1,      ip6protopr,
             udp_stats,    "udp" },
         { -1,           N_IP6STAT,      1,      0,          { -1,           N_IP6STAT,      1,      0,
           ip6_stats,    "ip6" },            ip6_stats,    "ip6" },
         { -1,           N_ICMP6STAT,    1,      0,          { -1,           N_ICMP6STAT,    1,      0,

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22