diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 22:15:15 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 22:15:15 +0000 |
| commit | 53a5081fa67bb25c68557fd291547ccf70fc71ab (patch) | |
| tree | 15433b6cd1290a0e8d6751f693a74899e46cf920 | |
| parent | 5e48a30d2e216730230830871ddd3ba032c003aa (diff) | |
Notes
| -rw-r--r-- | sys/netipsec/xform_ipip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netipsec/xform_ipip.c b/sys/netipsec/xform_ipip.c index d1c207ca94f0..e7940e4d6c5c 100644 --- a/sys/netipsec/xform_ipip.c +++ b/sys/netipsec/xform_ipip.c @@ -664,7 +664,6 @@ static struct protosw ipe4_protosw = { SOCK_RAW, &inetdomain, IPPROTO_IPV4, PR_ATOMIC|PR_ADDR|PR_LASTHDR, ip4_input, 0, 0, rip_ctloutput, - 0, 0, 0, 0, 0, &rip_usrreqs }; |
