mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-hpux-dafs-inline-functions-20080206
LICENSE IPL10 fix this for hpux (cherry picked from commit 0254b1a8810c3ef9692c0c77f9851b563ea70832)
This commit is contained in:
parent
1a4713c162
commit
5ed5f9668a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user