Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/netinet6/in6_proto.c 54263 1999-12-07 17:39:16Z shin $
---
> * $FreeBSD: head/sys/netinet6/in6_proto.c 55009 1999-12-22 19:13:38Z shin $
66a67,68
> #include "opt_ipsec.h"
>
105d106
< #include <netinet6/ipsec6.h>
106a108,109
> #include <netinet6/ipsec6.h>
> #include <netinet6/ah6.h>
108a112
> #include <netinet6/esp6.h>
110d113
< #include <netinet6/ipcomp.h>
189,194d191
< { SOCK_RAW, &inet6domain, IPPROTO_IPCOMP, PR_ATOMIC|PR_ADDR,
< ipcomp6_input, 0, 0, 0,
< 0,
< 0, 0, 0, 0,
< &nousrreqs,
< },