[Pkg-cyrus-sasl2-commits] r584 - /cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch
roberto at users.alioth.debian.org
roberto at users.alioth.debian.org
Sat Aug 21 22:20:32 UTC 2010
Author: roberto
Date: Sat Aug 21 22:20:32 2010
New Revision: 584
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=584
Log:
Clean up patch format
Modified:
cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch
Modified: cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch?rev=584&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch Sat Aug 21 22:20:32 2010
@@ -2,19 +2,19 @@
## 0024_allow_detection_of_heimdal.dpatch by <roberto at connexer.com>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: A patch to allow recognition of Heimdal with the heimdal-multidev
-## DP: packag
+## DP: A patch to allow recognition of Heimdal with the heimdal-multidev
+## DP: package
@DPATCH@
Index: plugins/gssapi.c
===================================================================
---- plugins/gssapi.c (revision 580)
-+++ plugins/gssapi.c (working copy)
+--- plugins/gssapi.c (revision 559)
++++ 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;
More information about the Pkg-cyrus-sasl2-commits
mailing list