libsasl: switch patches with Arch.

This commit is contained in:
Juan RP 2014-07-25 16:15:10 +02:00
parent d8316ad893
commit 07bd1e45db
10 changed files with 266 additions and 26 deletions

View file

@ -0,0 +1,11 @@
--- cyrus-sasl-2.1.26/include/sasl.h 2012-10-12 09:05:48.000000000 -0500
+++ cyrus-sasl-2.1.26/include/sasl.h 2013-01-31 13:21:04.007739327 -0600
@@ -223,6 +223,8 @@ extern "C" {
* they must be called before all other SASL functions:
*/
+#include <sys/types.h>
+
/* memory allocation functions which may optionally be replaced:
*/
typedef void *sasl_malloc_t(size_t);