summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-12-06 11:04:23 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-12-06 11:04:23 +0000
commit24f713196df2e08aed640ca3942df3275ce322a1 (patch)
tree8ca857fb3c11694c2c72e97d0dc720f02ec09489 /usr.bin/netstat/inet.c
parent6dc2338ddba87eed8bb95ba34afb5271612cc297 (diff)
angelos, altering kernel structures may have impact on userland.
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r--usr.bin/netstat/inet.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 25b770533b2..b24a6b093b0 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet.c,v 1.35 1999/12/06 00:45:17 angelos Exp $ */
+/* $OpenBSD: inet.c,v 1.36 1999/12/06 11:04:22 niklas 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.35 1999/12/06 00:45:17 angelos Exp $";
+static char *rcsid = "$OpenBSD: inet.c,v 1.36 1999/12/06 11:04:22 niklas Exp $";
#endif
#endif /* not lint */
@@ -699,7 +699,6 @@ esp_stats(off, name)
p(esps_pdrops, "\t%u packet%s dropped due to policy\n");
p(esps_notdb, "\t%u packet%s for which no TDB was found\n");
p(esps_badkcr, "\t%u input packet%s that failed to be processed\n");
- p(esps_badenc, "\t%u packet%s with bad encryption received\n");
p(esps_badauth, "\t%u packet%s that failed verification received\n");
p(esps_noxform, "\t%u packet%s for which no XFORM was set in TDB received\n");
p(esps_qfull, "\t%u packet%s were dropped due to full output queue\n");