[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.5 and 1.6

version 1.5, 2000/02/28 11:57:32 version 1.6, 2000/05/17 11:54:50
Line 853 
Line 853 
 #define p(f, m) if (icmp6stat.f || sflag <= 1) \  #define p(f, m) if (icmp6stat.f || sflag <= 1) \
     printf(m, icmp6stat.f, plural(icmp6stat.f))      printf(m, icmp6stat.f, plural(icmp6stat.f))
   
         p(icp6s_error, "\t%qu call%s to icmp_error\n");          p(icp6s_error, "\t%qu call%s to icmp6_error\n");
         p(icp6s_canterror,          p(icp6s_canterror,
             "\t%qu error%s not generated because old message was icmp or so\n");              "\t%qu error%s not generated because old message was icmp6 or so\n");
         for (first = 1, i = 0; i < 256; i++)          for (first = 1, i = 0; i < 256; i++)
                 if (icmp6stat.icp6s_outhist[i] != 0) {                  if (icmp6stat.icp6s_outhist[i] != 0) {
                         if (first) {                          if (first) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6