From 82dee0988a7caf90abcb0ef25acc19b9b8f610d0 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 22 Jan 2009 20:20:01 +0000 Subject: [PATCH] DEVEL15-disconnected-no-inline-on-irix-20090122 LICENSE IPL10 make this compile on irix (cherry picked from commit 90f9073dde7041534d448083eaeabbc61d7563f9) --- src/afs/discon.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5