summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r--usr.bin/netstat/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c
index 8c7bbc9dd2f..e534b166634 100644
--- a/usr.bin/netstat/main.c
+++ b/usr.bin/netstat/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.110 2016/07/20 19:57:54 bluhm Exp $ */
+/* $OpenBSD: main.c,v 1.111 2016/12/22 11:04:44 rzalamena Exp $ */
/* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */
/*
@@ -84,7 +84,6 @@ struct protox {
{ carp_stats, "carp", 0 },
{ pfsync_stats, "pfsync", 0 },
{ div_stats, "divert", IPPROTO_DIVERT },
- { pim_stats, "pim", 0 },
{ pflow_stats, "pflow", 0 },
{ NULL, NULL, 0 }
};
@@ -93,7 +92,6 @@ struct protox ip6protox[] = {
{ ip6_stats, "ip6", IPPROTO_IPV6 },
{ div6_stats, "divert6", IPPROTO_DIVERT },
{ icmp6_stats, "icmp6", 0 },
- { pim6_stats, "pim6", 0 },
{ rip6_stats, "rip6", 0 },
{ NULL, NULL, 0 }
};