From: Derrick Brashear Date: Thu, 22 Jan 2009 20:20:01 +0000 (+0000) Subject: DEVEL15-disconnected-no-inline-on-irix-20090122 X-Git-Tag: openafs-devel-1_5_57~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=82dee0988a7caf90abcb0ef25acc19b9b8f610d0;p=packages%2Fo%2Fopenafs.git DEVEL15-disconnected-no-inline-on-irix-20090122 LICENSE IPL10 make this compile on irix (cherry picked from commit 90f9073dde7041534d448083eaeabbc61d7563f9) --- diff --git a/src/afs/discon.h b/src/afs/discon.h index 4190160a1..0010179e9 100644 --- a/src/afs/discon.h +++ b/src/afs/discon.h @@ -12,6 +12,10 @@ #else +#if !defined(inline) && !defined(__GNUC__) +#define inline +#endif + extern afs_int32 afs_is_disconnected; extern afs_int32 afs_is_discon_rw; extern afs_int32 afs_in_sync;