Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libgrss/files: libgrss-0.5.0-headers.patch
Date: Fri, 26 Sep 2014 18:05:23
Message-Id: 20140926180518.1339A657E@oystercatcher.gentoo.org
1 eva 14/09/26 18:05:18
2
3 Added: libgrss-0.5.0-headers.patch
4 Log:
5 Fix build with newer glibc, bug #490722.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.1 net-libs/libgrss/files/libgrss-0.5.0-headers.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/files/libgrss-0.5.0-headers.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/files/libgrss-0.5.0-headers.patch?rev=1.1&content-type=text/plain
14
15 Index: libgrss-0.5.0-headers.patch
16 ===================================================================
17 --- a/src/utils.h 2013-11-08 00:04:21.877945385 +0100
18 +++ b/src/utils.h 2013-11-08 00:05:45.397901242 +0100
19 @@ -34,6 +34,8 @@
20 #include <errno.h>
21 #include <sys/types.h>
22 #include <sys/stat.h>
23 +#include <sys/socket.h>
24 +#include <arpa/inet.h>
25
26 #include "libgrss.h"