Magellan Linux

Contents of /trunk/cyrus-sasl/patches/cyrus-sasl-2.1.26-size_t.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2412 - (show annotations) (download)
Mon Mar 3 14:45:58 2014 UTC (10 years, 1 month ago) by niro
File size: 378 byte(s)
-patches for cyrus-sasl-2.1.26
1 --- cyrus-sasl-2.1.26/include/sasl.h 2012-10-12 09:05:48.000000000 -0500
2 +++ cyrus-sasl-2.1.26/include/sasl.h 2013-01-31 13:21:04.007739327 -0600
3 @@ -223,6 +223,8 @@ extern "C" {
4 * they must be called before all other SASL functions:
5 */
6
7 +#include <sys/types.h>
8 +
9 /* memory allocation functions which may optionally be replaced:
10 */
11 typedef void *sasl_malloc_t(size_t);