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

Diff for /src/usr.bin/netstat/inet.c between version 1.100 and 1.101

version 1.100, 2007/06/19 05:28:30 version 1.101, 2007/09/03 06:10:54
Line 950 
Line 950 
         p(carps_opackets, "\t%llu packet%s sent (IPv4)\n");          p(carps_opackets, "\t%llu packet%s sent (IPv4)\n");
         p(carps_opackets6, "\t%llu packet%s sent (IPv6)\n");          p(carps_opackets6, "\t%llu packet%s sent (IPv6)\n");
         p2(carps_onomem, "\t\t%llu send failed due to mbuf memory error\n");          p2(carps_onomem, "\t\t%llu send failed due to mbuf memory error\n");
           p(carps_preempt, "\t%llu transition%s to master\n");
 #undef p  #undef p
 #undef p2  #undef p2
 }  }

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101