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

Diff for /src/usr.bin/netstat/Attic/ipx.c between version 1.6 and 1.7

version 1.6, 2000/01/11 01:14:26 version 1.7, 2000/10/23 19:17:09
Line 236 
Line 236 
         ANY(spxstat.spxs_rcvwinupd, "rcvd window update packet", "");          ANY(spxstat.spxs_rcvwinupd, "rcvd window update packet", "");
 }  }
 #undef ANY  #undef ANY
 #define ANY(x,y,z)  ((x) ? printf("\t%d %s%s%s\n",x,y,plural(x),z) : 0)  #define ANY(x,y,z)  ((x) ? printf("\t%ld %s%s%s\n",x,y,plural(x),z) : 0)
   
 /*  /*
  * Dump IPX statistics structure.   * Dump IPX statistics structure.

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