source:
scripts/patches/cyrus-sasl-2.1.20-gcc4_fixes.patch@
3793118a
Last change on this file since 3793118a was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 870 bytes |
-
cyrus-sasl-2.1.20/lib/client.
Submitted By: Ryan Oliver <ryan.oliver@pha.com.au> Date: 2005-04-25 Initial Package Version: 2.1.20 Origin: Ryan Oliver Description: Fix compilation issues with gcc4 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c -fPIC -DPIC -o client.lo client.c:64: error: static declaration of 'global_callbacks' follows non-static declaration saslint.h:112: error: previous declaration of 'global_callbacks' was here
old new 61 61 62 62 static cmech_list_t *cmechlist; /* global var which holds the list */ 63 63 64 s tatic sasl_global_callbacks_t global_callbacks;64 sasl_global_callbacks_t global_callbacks; 65 65 66 66 static int _sasl_client_active = 0; 67 67
Note:
See TracBrowser
for help on using the repository browser.