diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /security/cyrus-sasl2/files/patch-include__sasl.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'security/cyrus-sasl2/files/patch-include__sasl.h')
-rw-r--r-- | security/cyrus-sasl2/files/patch-include__sasl.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/files/patch-include__sasl.h b/security/cyrus-sasl2/files/patch-include__sasl.h new file mode 100644 index 000000000000..8647ba06a5c2 --- /dev/null +++ b/security/cyrus-sasl2/files/patch-include__sasl.h @@ -0,0 +1,23 @@ +From 67a188693796a14e3a76ac603104807fbbfddfc4 Mon Sep 17 00:00:00 2001 +From: Ken Murchison <murch@andrew.cmu.edu> +Date: Thu, 20 Dec 2012 23:14:50 +0000 +Subject: sasl.h: #include <stddef.h> for size_t on NetBSD + +--- +(limited to 'include/sasl.h') + +diff --git a/include/sasl.h b/include/sasl.h +index fef4d51..8b8a63f 100755 +--- include/sasl.h ++++ include/sasl.h +@@ -121,6 +121,8 @@ + #ifndef SASL_H + #define SASL_H 1 + ++#include <stddef.h> /* For size_t */ ++ + /* Keep in sync with win32/common.mak */ + #define SASL_VERSION_MAJOR 2 + #define SASL_VERSION_MINOR 1 +-- +cgit v0.9.0.2 |