[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.19 and 1.20

version 1.19, 1999/12/08 12:30:17 version 1.20, 2000/01/11 01:14:26
Line 222 
Line 222 
           ipx_stats,    "ipx" },            ipx_stats,    "ipx" },
         { N_IPX,        N_SPXSTAT,      1,      ipxprotopr,          { N_IPX,        N_SPXSTAT,      1,      ipxprotopr,
           spx_stats,    "spx" },            spx_stats,    "spx" },
         { -1,           N_IPXERR,       1,      0,  
           ipxerr_stats, "ipx_err" },  
         { -1,           -1,             0,      0,          { -1,           -1,             0,      0,
           0,            0 }            0,            0 }
 };  };

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20