diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-12-21 13:12:14 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-12-21 13:12:14 +0000 |
commit | 8b5e0e6e26b8d5aaaeee5b37c1e57407c029c503 (patch) | |
tree | b0799166c96bb481c9ff59a2e4095cf4169a0838 /usr.bin/netstat/inet6.c | |
parent | cef71760eafc9942924ef4c107df3912e8bc45ee (diff) |
ip6s_exthdrtoolong is always zero so remove it here which is the last user.
OK mikeb@, henning@, deraadt@
Diffstat (limited to 'usr.bin/netstat/inet6.c')
-rw-r--r-- | usr.bin/netstat/inet6.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index e09a35843e6..dae753901b9 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet6.c,v 1.41 2010/10/21 10:51:05 bluhm Exp $ */ +/* $OpenBSD: inet6.c,v 1.42 2010/12/21 13:12:13 claudio Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 @@ -413,8 +413,6 @@ ip6_stats(char *name) } p(ip6s_mext1, "\t\t%llu one ext mbuf%s\n"); p(ip6s_mext2m, "\t\t%llu two or more ext mbuf%s\n"); - p(ip6s_exthdrtoolong, - "\t%llu packet%s whose headers are not continuous\n"); p(ip6s_nogif, "\t%llu tunneling packet%s that can't find gif\n"); p(ip6s_toomanyhdr, "\t%llu packet%s discarded due to too many headers\n"); |