From: Derrick Brashear Date: Mon, 21 Apr 2008 19:55:48 +0000 (+0000) Subject: DEVEL15-dafs-irix-prec99-20080421 X-Git-Tag: openafs-devel-1_5_35~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bfc5c05eec1bbe27e309132cef7ac94732ee9cc8;p=packages%2Fo%2Fopenafs.git DEVEL15-dafs-irix-prec99-20080421 LICENSE IPL10 unless/until we build c99, irix needs this (cherry picked from commit 92b5087b42653d5358433c06d60f3adc67a11015) --- diff --git a/src/vol/vnode_inline.h b/src/vol/vnode_inline.h index d38a74d03..1cfdf980f 100644 --- a/src/vol/vnode_inline.h +++ b/src/vol/vnode_inline.h @@ -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 diff --git a/src/vol/volume_inline.h b/src/vol/volume_inline.h index 8a75fc60a..35945d677 100644 --- a/src/vol/volume_inline.h +++ b/src/vol/volume_inline.h @@ -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