Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cyrus-sasl/files: cyrus-sasl-2.1.26-missing-size_t.patch
Date: Sat, 23 Feb 2013 17:35:21
Message-Id: 20130223173517.A78F92171E@flycatcher.gentoo.org
1 polynomial-c 13/02/23 17:35:17
2
3 Added: cyrus-sasl-2.1.26-missing-size_t.patch
4 Log:
5 Added forgotten patch from previous commit
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.26-missing-size_t.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.26-missing-size_t.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.26-missing-size_t.patch?rev=1.1&content-type=text/plain
14
15 Index: cyrus-sasl-2.1.26-missing-size_t.patch
16 ===================================================================
17 diff -urpN cyrus-sasl-2.1.26.orig/include/sasl.h cyrus-sasl-2.1.26/include/sasl.h
18 --- cyrus-sasl-2.1.26.orig/include/sasl.h 2012-10-12 07:05:48.000000000 -0700
19 +++ cyrus-sasl-2.1.26/include/sasl.h 2013-02-22 20:20:48.770386365 -0800
20 @@ -121,6 +121,8 @@
21 #ifndef SASL_H
22 #define SASL_H 1
23
24 +#include <stddef.h>
25 +
26 /* Keep in sync with win32/common.mak */
27 #define SASL_VERSION_MAJOR 2
28 #define SASL_VERSION_MINOR 1