summaryrefslogtreecommitdiffstats
path: root/abs/core/libsasl/cyrus-sasl-2.1.22-qa.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 16:04:17 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 16:04:17 (GMT)
commit927e681145873e5045d07c9b7bb97f98e662040d (patch)
tree168eabeb632c9922c5e281436bc0967fea7f8304 /abs/core/libsasl/cyrus-sasl-2.1.22-qa.patch
parent9b52b29dd1f40f1fffea8fe268ab833c2db8b293 (diff)
downloadlinhes_pkgbuild-927e681145873e5045d07c9b7bb97f98e662040d.zip
linhes_pkgbuild-927e681145873e5045d07c9b7bb97f98e662040d.tar.gz
linhes_pkgbuild-927e681145873e5045d07c9b7bb97f98e662040d.tar.bz2
libsasl 2.1.23
Diffstat (limited to 'abs/core/libsasl/cyrus-sasl-2.1.22-qa.patch')
-rw-r--r--abs/core/libsasl/cyrus-sasl-2.1.22-qa.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core/libsasl/cyrus-sasl-2.1.22-qa.patch b/abs/core/libsasl/cyrus-sasl-2.1.22-qa.patch
new file mode 100644
index 0000000..4f7b04f
--- /dev/null
+++ b/abs/core/libsasl/cyrus-sasl-2.1.22-qa.patch
@@ -0,0 +1,22 @@
+fix missing prototype warnings
+
+--- cyrus-sasl-2.1.22/lib/auxprop.c
++++ cyrus-sasl-2.1.22/lib/auxprop.c
+@@ -43,6 +43,7 @@
+ */
+
+ #include <config.h>
++#include <stdio.h>
+ #include <sasl.h>
+ #include <prop.h>
+ #include <ctype.h>
+--- cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c
++++ cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c
+@@ -24,6 +24,7 @@ OF OR IN CONNECTION WITH THE USE OR PERF
+ ******************************************************************/
+
+ #include <shadow.h>
++#include <string.h>
+
+ extern char *crypt();
+