[Erp5-report] r40731 romain - /erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 17:53:50 CET 2010
Author: romain
Date: Thu Nov 25 17:53:50 2010
New Revision: 40731
URL: http://svn.erp5.org?rev=40731&view=rev
Log:
Patch to fix prototype declaration in cyrus-sasl
Added:
erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch
Added: erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch
URL: http://svn.erp5.org/erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch?rev=40731&view=auto
==============================================================================
--- erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch (added)
+++ erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch [utf8] Thu Nov 25 17:53:50 2010
@@ -0,0 +1,20 @@
+diff -crB cyrus-sasl.original/include/sasl/sasl.h cyrus-sasl/include/sasl/sasl.h
+*** cyrus-sasl.original/include/sasl/sasl.h 2010-11-25 17:48:04.000000000 +0100
+--- cyrus-sasl/include/sasl/sasl.h 2010-11-25 17:50:40.000000000 +0100
+***************
+*** 346,352 ****
+ * Mechanisms must ignore callbacks with id's they don't recognize.
+ */
+ unsigned long id;
+! int (*proc)(); /* Callback function. Types of arguments vary by 'id' */
+ void *context;
+ } sasl_callback_t;
+
+--- 346,352 ----
+ * Mechanisms must ignore callbacks with id's they don't recognize.
+ */
+ unsigned long id;
+! int (*proc); /* Callback function. Types of arguments vary by 'id' */
+ void *context;
+ } sasl_callback_t;
+
More information about the Erp5-report
mailing list