diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-29 20:02:22 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-29 20:02:22 +0000 |
commit | 5492ea91982d9bdc3c8ea95534bb495e7979ec31 (patch) | |
tree | 1c74164dca2685f4acd1ca6970ac0684147e8b8a /package/cyrus-sasl/patches | |
parent | a4cc22f122f32fe2cec817fddcc5e38f108c2ddf (diff) |
add gcc4 fixes, remove the NEC FC20X2JA driver patch from lcd4linux temporary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyrus-sasl/patches')
-rw-r--r-- | package/cyrus-sasl/patches/cyrus-sasl-2.1.20-gcc4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/cyrus-sasl/patches/cyrus-sasl-2.1.20-gcc4.patch b/package/cyrus-sasl/patches/cyrus-sasl-2.1.20-gcc4.patch new file mode 100644 index 0000000000..118b5a4e4f --- /dev/null +++ b/package/cyrus-sasl/patches/cyrus-sasl-2.1.20-gcc4.patch @@ -0,0 +1,11 @@ +--- cyrus-sasl-2.1.20/lib/client.c~ 2003-11-11 11:26:06.000000000 -0500 ++++ cyrus-sasl-2.1.20/lib/client.c 2005-05-31 22:34:14.000000000 -0400 +@@ -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; + |