=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet.c,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/usr.bin/netstat/inet.c 2001/07/05 08:54:41 1.52 --- src/usr.bin/netstat/inet.c 2001/08/26 09:42:04 1.53 *************** *** 1,4 **** ! /* $OpenBSD: inet.c,v 1.52 2001/07/05 08:54:41 angelos Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: inet.c,v 1.53 2001/08/26 09:42:04 brian Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else ! static char *rcsid = "$OpenBSD: inet.c,v 1.52 2001/07/05 08:54:41 angelos Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else ! static char *rcsid = "$OpenBSD: inet.c,v 1.53 2001/08/26 09:42:04 brian Exp $"; #endif #endif /* not lint */ *************** *** 750,762 **** printf(m, etheripstat.f, plural(etheripstat.f)) ! p(etherip_hdrops, "\t%u packet%s shorter than header shows\n"); ! p(etherip_qfull, "\t%u packet%s were dropped due to full output queue\n"); p(etherip_noifdrops, "\t%u packet%s were dropped because of no interface/bridge information\n"); ! p(etherip_pdrops, "\t%u packet%s dropped due to policy\n"); ! p(etherip_adrops, "\t%u packet%s dropped for other reasons\n"); ! p(etherip_ipackets, "\t%u input ethernet-in-IP packets\n"); ! p(etherip_opackets, "\t%u output ethernet-in-IP packets\n"); p(etherip_ibytes, "\t%qu input byte%s\n"); p(etherip_obytes, "\t%qu output byte%s\n"); #undef p --- 750,762 ---- printf(m, etheripstat.f, plural(etheripstat.f)) ! p(etherip_hdrops, "\t%u packet%s shorter than header shows\n"); ! p(etherip_qfull, "\t%u packet%s were dropped due to full output queue\n"); p(etherip_noifdrops, "\t%u packet%s were dropped because of no interface/bridge information\n"); ! p(etherip_pdrops, "\t%u packet%s dropped due to policy\n"); ! p(etherip_adrops, "\t%u packet%s dropped for other reasons\n"); ! p(etherip_ipackets, "\t%u input ethernet-in-IP packet%s\n"); ! p(etherip_opackets, "\t%u output ethernet-in-IP packet%s\n"); p(etherip_ibytes, "\t%qu input byte%s\n"); p(etherip_obytes, "\t%qu output byte%s\n"); #undef p