]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-dafs-irix-prec99-20080421
authorDerrick Brashear <shadow@dementia.org>
Mon, 21 Apr 2008 19:55:48 +0000 (19:55 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Apr 2008 19:55:48 +0000 (19:55 +0000)
LICENSE IPL10

unless/until we build c99, irix needs this

(cherry picked from commit 92b5087b42653d5358433c06d60f3adc67a11015)

src/vol/vnode_inline.h
src/vol/volume_inline.h

index d38a74d0356e0c182892534f2c77270348531fd6..1cfdf980f0803c0b601c6537465457bb72379257 100644 (file)
@@ -14,7 +14,7 @@
 
 #ifdef AFS_HPUX_ENV
 #define static_inline static __inline
-#elif defined(AFS_AIX_ENV)
+#elif defined(AFS_AIX_ENV) || defined(AFS_SGI_ENV)
 #define static_inline static
 #else
 #define static_inline static inline
index 8a75fc60a6d980b6c49db2eba28684d6d99eba96..35945d6779c5f0cf44ae58eac220ef51abffc32a 100644 (file)
@@ -14,7 +14,7 @@
 
 #ifdef AFS_HPUX_ENV
 #define static_inline static __inline
-#elif defined(AFS_AIX_ENV)
+#elif defined(AFS_AIX_ENV) || defined(AFS_SGI_ENV)
 #define static_inline static
 #else
 #define static_inline static inline