aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/in_cksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/in_cksum.h')
-rw-r--r--sys/powerpc/include/in_cksum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/in_cksum.h b/sys/powerpc/include/in_cksum.h
index a899ef0d8488..09920062a0ae 100644
--- a/sys/powerpc/include/in_cksum.h
+++ b/sys/powerpc/include/in_cksum.h
@@ -45,7 +45,7 @@
* in the normal case (where there are no options and the header length is
* therefore always exactly five 32-bit words.
*/
-#ifdef __GNUC__
+#ifdef __CC_SUPPORTS___INLINE
static __inline void
in_cksum_update(struct ip *ip)