diff options
Diffstat (limited to 'security/cyrus-sasl2/files/patch-plugins::gssapi.c')
-rw-r--r-- | security/cyrus-sasl2/files/patch-plugins::gssapi.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/cyrus-sasl2/files/patch-plugins::gssapi.c b/security/cyrus-sasl2/files/patch-plugins::gssapi.c deleted file mode 100644 index c221714f5669..000000000000 --- a/security/cyrus-sasl2/files/patch-plugins::gssapi.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/gssapi.c (revision 580) -+++ plugins/gssapi.c (working copy) -@@ -86,7 +86,7 @@ - - static const char * GSSAPI_BLANK_STRING = ""; - --#ifndef HAVE_GSS_C_NT_HOSTBASED_SERVICE -+#if !defined(HAVE_GSS_C_NT_HOSTBASED_SERVICE) && !defined(GSS_C_NT_HOSTBASED_SERVICE) - extern gss_OID gss_nt_service_name; - #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name - #endif - |