summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-01-22 02:13:19 +0000
committerbz <bz@FreeBSD.org>2012-01-22 02:13:19 +0000
commita8d3ef905d6a09a0cfa4378c505c468682b9a267 (patch)
tree903d8a4d366df652d84f6347e302eb0fe62db74d /sys/netipsec
parentfb6370fb86a7eddfec1c2df6e9269d60671a9e04 (diff)
downloadFreeBSD-src-a8d3ef905d6a09a0cfa4378c505c468682b9a267.zip
FreeBSD-src-a8d3ef905d6a09a0cfa4378c505c468682b9a267.tar.gz
Clean up some #endif comments removing from short sections. Add #endif
comments to longer, also refining strange ones. Properly use #ifdef rather than #if defined() where possible. Four #if defined(PCBGROUP) occurances (netinet and netinet6) were ignored to avoid conflicts with eventually upcoming changes for RSS. Reported by: bde (most) Reviewed by: bde MFC after: 3 days
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/xform_ipip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/xform_ipip.c b/sys/netipsec/xform_ipip.c
index 0eb8b6a..0d5fdb4 100644
--- a/sys/netipsec/xform_ipip.c
+++ b/sys/netipsec/xform_ipip.c
@@ -687,7 +687,7 @@ static struct ip6protosw ipe6_protosw = {
};
#endif /* INET6 && INET */
-#if defined(INET)
+#ifdef INET
/*
* Check the encapsulated packet to see if we want it
*/
OpenPOWER on IntegriCloud