diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2014-08-08 01:57:15 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2014-08-08 01:57:15 +0000 |
| commit | 8f5a8818f57e31278b4bbd415c2cfa498306f91f (patch) | |
| tree | b8a22569ba8e281cdf06effd47986cf8fb592118 /sys/netinet6/ip6_forward.c | |
| parent | 9ce4512ccdfba4d81df33f159791681418c82b0a (diff) | |
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
only one protocol switch structure that is shared between ipv4 and ipv6.
Phabric: D476
Reviewed by: jhb
Notes
svn path=/head/; revision=269699
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
| -rw-r--r-- | sys/netinet6/ip6_forward.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index 13b4b793bc83..fb8cedd779be 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -76,8 +76,6 @@ __FBSDID("$FreeBSD$"); #include <netipsec/key.h> #endif /* IPSEC */ -#include <netinet6/ip6protosw.h> - /* * Forward a packet. If some error occurs return the sender * an icmp packet. Note we can't always generate a meaningful |
