opt/cyrus-sasl/cyrus-sasl-2.1.21-gcc4.patch
Simon Gloßner 4f876aac0b Added a necessary patch to compile cyrus-sasl with gcc4.
Splitted the big patch into two small ones.
2006-03-20 14:27:53 +00:00

12 lines
333 B
Diff

--- lib/client.c 2006-03-16 15:57:00.000000000 +0100
+++ lib/client.c 2006-03-16 15:57:18.000000000 +0100
@@ -61,7 +61,7 @@
static cmech_list_t *cmechlist; /* global var which holds the list */
-static sasl_global_callbacks_t global_callbacks;
+sasl_global_callbacks_t global_callbacks;
static int _sasl_client_active = 0;