diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 21:53:42 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 21:53:42 +0000 |
| commit | 5e48a30d2e216730230830871ddd3ba032c003aa (patch) | |
| tree | 30b37500470e2d55efe44563d2169b4f0f114725 | |
| parent | cba318dc12941acee81c31b05fe6eeb9cdd57f76 (diff) | |
Notes
| -rw-r--r-- | sys/netinet6/in6_gif.c | 1 | ||||
| -rw-r--r-- | sys/netipsec/xform_ipip.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c index ff0b8d195d01..3441f84bf281 100644 --- a/sys/netinet6/in6_gif.c +++ b/sys/netinet6/in6_gif.c @@ -78,7 +78,6 @@ extern struct domain inet6domain; struct ip6protosw in6_gif_protosw = { SOCK_RAW, &inet6domain, 0/* IPPROTO_IPV[46] */, PR_ATOMIC|PR_ADDR, in6_gif_input, rip6_output, 0, rip6_ctloutput, - 0, 0, 0, 0, 0, &rip6_usrreqs }; diff --git a/sys/netipsec/xform_ipip.c b/sys/netipsec/xform_ipip.c index a9492dc27de2..d1c207ca94f0 100644 --- a/sys/netipsec/xform_ipip.c +++ b/sys/netipsec/xform_ipip.c @@ -673,7 +673,6 @@ static struct ip6protosw ipe6_protosw = { SOCK_RAW, &inetdomain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR|PR_LASTHDR, ip4_input6, 0, 0, rip_ctloutput, - 0, 0, 0, 0, 0, &rip_usrreqs }; |
