From cc2070dbc8dd9a1c0bdff90930c2165b82dcef10 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 7 Feb 2019 23:03:24 -0500 Subject: [PATCH] lib/krb5: fix krb5_get_instance_func_t prototype KRB5_LIB_CALL not KRB5_CALLCONV Change-Id: I31b8750d63849c2f5cce49642a63fd66e7fa1a32 --- lib/krb5/krb5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 93b3839de..315c0ae34 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -884,7 +884,7 @@ enum krb5_plugin_type { #define KRB5_PLUGIN_INVOKE_ALL 1 typedef uintptr_t -(KRB5_CALLCONV *krb5_get_instance_func_t)(const char *); +(KRB5_LIB_CALL *krb5_get_instance_func_t)(const char *); struct credentials; /* this is to keep the compiler happy */ struct getargs;