[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.38 and 1.39

version 1.38, 2003/06/26 21:59:11 version 1.39, 2003/10/17 21:04:59
Line 175 
Line 175 
         { "_ipcompstat" },          { "_ipcompstat" },
 #define N_RIP6STAT      54  #define N_RIP6STAT      54
         { "_rip6stat" },          { "_rip6stat" },
   #define N_CARPSTAT      55
           { "_carpstats" },
         { ""},          { ""},
 };  };
   
Line 206 
Line 208 
           etherip_stats,"etherip" },            etherip_stats,"etherip" },
         { -1,           N_IPCOMPSTAT,   1,      0,          { -1,           N_IPCOMPSTAT,   1,      0,
           ipcomp_stats, "ipcomp" },            ipcomp_stats, "ipcomp" },
           { -1,           N_CARPSTAT,     1,      0,
             carp_stats,   "carp" },
         { -1,           -1,             0,      0,          { -1,           -1,             0,      0,
           0,            0 }            0,            0 }
 };  };

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39