Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/pacemaker/files: 1.1.7-glibc2.16.patch
Date: Thu, 23 Aug 2012 11:22:04
Message-Id: 20120823112154.508CF20451@flycatcher.gentoo.org
1 xarthisius 12/08/23 11:21:54
2
3 Added: 1.1.7-glibc2.16.patch
4 Log:
5 Fix building with glibc-2.16 wrt #432012 by Diego Elio Pettenò <flameeyes@g.o>
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.1.7-glibc2.16.patch
16 ===================================================================
17 Fix building with glibc-2.16
18
19 https://bugs.gentoo.org/show_bug.cgi?id=432012
20 --- a/mcp/pacemaker.h
21 +++ b/mcp/pacemaker.h
22 @@ -21,6 +21,7 @@
23 #include <sys/param.h>
24 #include <sys/types.h>
25 #include <sys/wait.h>
26 +#include <sys/resource.h>
27
28 #include <stdint.h>