mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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 <adeason@sinenomine.net> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
262715d1d3
commit
4a022e9e59
@ -5014,7 +5014,7 @@ VUpdateSalvagePriority_r(Volume * vp)
|
|||||||
* If we did try a salvage then the results are contained in code.
|
* 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) {
|
try_SALVSYNC(Volume *vp, char *partName, int *code) {
|
||||||
#ifdef SALVSYNC_BUILD_CLIENT
|
#ifdef SALVSYNC_BUILD_CLIENT
|
||||||
if (VCanUseSALVSYNC()) {
|
if (VCanUseSALVSYNC()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user