Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/iptstate/files: iptstate-2.2.1-gcc43.patch
Date: Sat, 28 Jun 2008 20:31:47
Message-Id: E1KCh5C-00088B-B0@stork.gentoo.org
1 loki_val 08/06/28 20:31:42
2
3 Added: iptstate-2.2.1-gcc43.patch
4 Log:
5 Fix for gcc-4.3, bug #228759. Thanks Graham Murray <graham@×××××××××××.uk>.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: iptstate-2.2.1-gcc43.patch
15 ===================================================================
16 --- iptstate.cc~ 2007-03-19 07:43:49.000000000 +0100
17 +++ iptstate.cc 2008-06-23 14:44:23.438816806 +0200
18 @@ -55,6 +55,7 @@
19 #include <netdb.h>
20 #include <arpa/inet.h>
21 #include <math.h>
22 +#include <cstring>
23 #ifndef IPTSTATE_USE_PROC
24 extern "C" {
25 #include <libnetfilter_conntrack/libnetfilter_conntrack.h>
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list