--- src/sys/netproto/ipsec/xform_ipip.c 2006/12/22 23:57:54 1.14 +++ src/sys/netproto/ipsec/xform_ipip.c 2008/11/01 04:22:15 1.15 @@ -640,9 +640,8 @@ static struct xformsw ipe4_xformsw = { extern struct domain inetdomain; static struct protosw ipe4_protosw[] = { { SOCK_RAW, &inetdomain, IPPROTO_IPV4, PR_ATOMIC|PR_ADDR|PR_LASTHDR, - ip4_input, - 0, 0, rip_ctloutput, - cpu0_soport, + ip4_input, 0, 0, rip_ctloutput, + cpu0_soport, NULL, 0, 0, 0, 0, &rip_usrreqs },