From 4a022e9e5954f76900f1ca0fdb92c2f12b0036fb Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Tue, 6 Jul 2010 14:10:35 -0500 Subject: [PATCH] Fix stray static inline 'static inline' should be 'static_inline'; keep the hp-ux compiler happy. Change-Id: Ibfb819571c608b9ca7c1437fde6898b405bccc4c Reviewed-on: http://gerrit.openafs.org/2340 Tested-by: Andrew Deason Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/vol/volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/volume.c b/src/vol/volume.c index 4f5c86f019..91ef6e42ed 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -5014,7 +5014,7 @@ VUpdateSalvagePriority_r(Volume * vp) * If we did try a salvage then the results are contained in code. */ -static inline int +static_inline int try_SALVSYNC(Volume *vp, char *partName, int *code) { #ifdef SALVSYNC_BUILD_CLIENT if (VCanUseSALVSYNC()) {