[Erp5-report] r40735 romain - /erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 18:29:17 CET 2010


Author: romain
Date: Thu Nov 25 18:29:17 2010
New Revision: 40735

URL: http://svn.erp5.org?rev=40735&view=rev
Log:
Fix patch format

Modified:
    erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch

Modified: erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch
URL: http://svn.erp5.org/erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch?rev=40735&r1=40734&r2=40735&view=diff
==============================================================================
--- erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch [utf8] (original)
+++ erp5/trunk/patches/cyrus-sasl-prototype-declaration.patch [utf8] Thu Nov 25 18:29:17 2010
@@ -1,20 +1,11 @@
-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;
-  
+--- cyrus-sasl-2.1.23/include/sasl.h	2010-11-25 18:15:05.000000000 +0100
++++ cyrus-sasl-2.1.23/include/sasl.h	2010-11-25 18:15:34.000000000 +0100
+@@ -346,7 +346,7 @@
+      * Mechanisms must ignore callbacks with id's they don't recognize.
+      */
+     unsigned long id;
+-    int (*proc)();   /* Callback function.  Types of arguments vary by 'id' */
++    int (*proc);   /* Callback function.  Types of arguments vary by 'id' */
+     void *context;
+ } sasl_callback_t;
+ 




More information about the Erp5-report mailing list