=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Attic/ipx.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/netstat/Attic/ipx.c 2000/01/11 01:14:26 1.6 --- src/usr.bin/netstat/Attic/ipx.c 2000/10/23 19:17:09 1.7 *************** *** 1,4 **** ! /* $OpenBSD: ipx.c,v 1.6 2000/01/11 01:14:26 fgsch Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff --- 1,4 ---- ! /* $OpenBSD: ipx.c,v 1.7 2000/10/23 19:17:09 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff *************** *** 38,44 **** #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: ipx.c,v 1.6 2000/01/11 01:14:26 fgsch Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: ipx.c,v 1.7 2000/10/23 19:17:09 mickey Exp $"; #endif #endif /* not lint */ *************** *** 236,242 **** ANY(spxstat.spxs_rcvwinupd, "rcvd window update packet", ""); } #undef ANY ! #define ANY(x,y,z) ((x) ? printf("\t%d %s%s%s\n",x,y,plural(x),z) : 0) /* * Dump IPX statistics structure. --- 236,242 ---- ANY(spxstat.spxs_rcvwinupd, "rcvd window update packet", ""); } #undef ANY ! #define ANY(x,y,z) ((x) ? printf("\t%ld %s%s%s\n",x,y,plural(x),z) : 0) /* * Dump IPX statistics structure.