summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip6.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-09-25 13:40:06 +0000
committerume <ume@FreeBSD.org>2003-09-25 13:40:06 +0000
commit99f18c28fc44a76bd422f2499e16f75cf58f887f (patch)
treec2bab98921c4413df1ac1f9b14ab70b82483865f /sys/netinet/ip6.h
parent888cc825c41917fc17ebf317df947b27c071b1c6 (diff)
downloadFreeBSD-src-99f18c28fc44a76bd422f2499e16f75cf58f887f.zip
FreeBSD-src-99f18c28fc44a76bd422f2499e16f75cf58f887f.tar.gz
add /*CONSTCOND*/ to reduce diffs against latest KAME.
Obtained from: KAME
Diffstat (limited to 'sys/netinet/ip6.h')
-rw-r--r--sys/netinet/ip6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h
index fe441d8..e8dc156 100644
--- a/sys/netinet/ip6.h
+++ b/sys/netinet/ip6.h
@@ -255,7 +255,7 @@ do { \
return ret; \
} \
} \
-} while (0)
+} while (/*CONSTCOND*/ 0)
/*
* IP6_EXTHDR_GET ensures that intermediate protocol header (from "off" to
@@ -284,7 +284,7 @@ do { \
(m) = NULL; \
} \
} \
-} while (0)
+} while (/*CONSTCOND*/ 0)
#define IP6_EXTHDR_GET0(val, typ, m, off, len) \
do { \
@@ -302,7 +302,7 @@ do { \
(m) = NULL; \
} \
} \
-} while (0)
+} while (/*CONSTCOND*/ 0)
#endif /*_KERNEL*/
#endif /* not _NETINET_IP6_H_ */
OpenPOWER on IntegriCloud