diff options
Diffstat (limited to 'sys/netinet6/ip6protosw.h')
-rw-r--r-- | sys/netinet6/ip6protosw.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h index 9730121..c6d4589 100644 --- a/sys/netinet6/ip6protosw.h +++ b/sys/netinet6/ip6protosw.h @@ -72,11 +72,6 @@ #define _NETINET6_IP6PROTOSW_H_ /* - * For pfil_head structure. - */ -#include <net/pfil.h> - -/* * Protocol switch table for IPv6. * All other definitions should refer to sys/protosw.h */ @@ -153,7 +148,6 @@ struct ip6protosw { void (*pr_drain) /* flush any excess space possible */ __P((void)); struct pr_usrreqs *pr_usrreqs; /* supersedes pr_usrreq() */ - struct pfil_head pr_pfh; }; #ifdef _KERNEL |