[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.25 and 1.26

version 1.25, 2001/05/18 02:41:38 version 1.26, 2001/07/05 08:47:44
Line 175 
Line 175 
         { "_mbpool" },          { "_mbpool" },
 #define N_MCLPOOL       52  #define N_MCLPOOL       52
         { "_mclpool" },          { "_mclpool" },
   #define N_IPCOMPSTAT    53
           { "_ipcompstat" },
         { ""},          { ""},
 };  };
   
Line 204 
Line 206 
           ipip_stats,   "ipencap" },            ipip_stats,   "ipencap" },
         { -1,           N_ETHERIPSTAT,  1,      0,          { -1,           N_ETHERIPSTAT,  1,      0,
           etherip_stats,"etherip" },            etherip_stats,"etherip" },
           { -1,           N_IPCOMPSTAT,   1,      0,
             ipcomp_stats, "ipcomp" },
         { -1,           -1,             0,      0,          { -1,           -1,             0,      0,
           0,            0 }            0,            0 }
 };  };

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26