diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-09 04:21:56 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-09 04:21:56 +0000 |
commit | 2b06fdcffc01f7da99b930c48e0e0e965c245900 (patch) | |
tree | 75502b4fa96a9eda36219f72bc9fb6559ea3137d /usr.bin/netstat | |
parent | 23b636d9dc3bc914af042005a7cd33f786aae968 (diff) |
Remove unnecessary statistic.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/inet.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 88370045521..2e785e52106 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.38 1999/12/08 12:30:17 itojun Exp $ */ +/* $OpenBSD: inet.c,v 1.39 1999/12/09 04:21:55 angelos Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else -static char *rcsid = "$OpenBSD: inet.c,v 1.38 1999/12/08 12:30:17 itojun Exp $"; +static char *rcsid = "$OpenBSD: inet.c,v 1.39 1999/12/09 04:21:55 angelos Exp $"; #endif #endif /* not lint */ @@ -779,7 +779,6 @@ ip4_stats(off, name) p(ip4s_hdrops, "\t%u packet%s shorter than header shows\n"); p(ip4s_pdrops, "\t%u packet%s dropped due to policy\n"); p(ip4s_spoof, "\t%u packet%s with possibly spoofed local addresses\n"); - p(ip4s_notip4, "\t%u packet%s with internal header not IPv4 received\n"); p(ip4s_qfull, "\t%u packet%s were dropped due to full output queue\n"); p(ip4s_ibytes, "\t%qu input byte%s\n"); p(ip4s_obytes, "\t%qu output byte%s\n"); |