From: Andrew Deason Date: Tue, 6 Jul 2010 19:10:35 +0000 (-0500) Subject: Fix stray static inline X-Git-Tag: openafs-devel-1_5_76~178 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4a022e9e5954f76900f1ca0fdb92c2f12b0036fb;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/vol/volume.c b/src/vol/volume.c index 4f5c86f01..91ef6e42e 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()) {