diff options
Diffstat (limited to 'sys/netinet6/sctp6_usrreq.c')
-rw-r--r-- | sys/netinet6/sctp6_usrreq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/sctp6_usrreq.c b/sys/netinet6/sctp6_usrreq.c index 0065244..9e93755 100644 --- a/sys/netinet6/sctp6_usrreq.c +++ b/sys/netinet6/sctp6_usrreq.c @@ -56,8 +56,8 @@ __FBSDID("$FreeBSD$"); #include <netipsec/ipsec.h> #if defined(INET6) #include <netipsec/ipsec6.h> -#endif /* INET6 */ -#endif /* IPSEC */ +#endif /* INET6 */ +#endif /* IPSEC */ extern struct protosw inetsw[]; @@ -210,7 +210,7 @@ sctp_skip_csum: ipsec6stat.in_polvio++; goto bad; } -#endif /* IPSEC */ +#endif /* IPSEC */ /* * CONTROL chunk processing |