DEVEL15-hpux-dafs-inline-functions-20080206

LICENSE IPL10

fix this for hpux


(cherry picked from commit 0254b1a8810c3ef9692c0c77f9851b563ea70832)
This commit is contained in:
Derrick Brashear 2008-02-06 12:21:48 +00:00
parent 1a4713c162
commit 5ed5f9668a
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,9 @@
#include "vnode.h"
#ifdef AFS_AIX_ENV
#ifdef AFS_HPUX_ENV
#define static_inline static __inline
#elif defined(AFS_AIX_ENV)
#define static_inline inline
#else
#define static_inline static inline

View File

@ -12,7 +12,9 @@
#include "volume.h"
#ifdef AFS_AIX_ENV
#ifdef AFS_HPUX_ENV
#define static_inline static __inline
#elif defined(AFS_AIX_ENV)
#define static_inline inline
#else
#define static_inline static inline