summaryrefslogtreecommitdiff
path: root/user/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-01 19:03:16 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-01 19:03:16 +0000
commited23abe17e99d3952cae907c8022bbb6413cf7eb (patch)
tree0eefb7ed1adb97308767364332186cec07052c8d /user/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch
parent3dc61fbde70d4f1b62d956f66d37d514668663dd (diff)
downloadpackages-ed23abe17e99d3952cae907c8022bbb6413cf7eb.tar.gz
packages-ed23abe17e99d3952cae907c8022bbb6413cf7eb.tar.bz2
packages-ed23abe17e99d3952cae907c8022bbb6413cf7eb.tar.xz
packages-ed23abe17e99d3952cae907c8022bbb6413cf7eb.zip
user/cyrus-sasl: bugfix bump to 2.1.27
Diffstat (limited to 'user/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch')
-rw-r--r--user/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch b/user/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch
deleted file mode 100644
index cde823835..000000000
--- a/user/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up cyrus-sasl-2.1.26/include/sasl.h.size_t cyrus-sasl-2.1.26/include/sasl.h
---- cyrus-sasl-2.1.26/include/sasl.h.size_t 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);