From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KCh5H-000364-IS for garchives@archives.gentoo.org; Sat, 28 Jun 2008 20:31:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0F82E0359; Sat, 28 Jun 2008 20:31:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A7A1AE0364 for ; Sat, 28 Jun 2008 20:31:46 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 564CE66F95 for ; Sat, 28 Jun 2008 20:31:46 +0000 (UTC) Received: from loki_val by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KCh5C-00088B-B0 for gentoo-commits@lists.gentoo.org; Sat, 28 Jun 2008 20:31:42 +0000 From: "Peter Alfredsen (loki_val)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, loki_val@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/iptstate/files: iptstate-2.2.1-gcc43.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: iptstate-2.2.1-gcc43.patch X-VCS-Directories: net-analyzer/iptstate/files X-VCS-Committer: loki_val X-VCS-Committer-Name: Peter Alfredsen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Peter Alfredsen Date: Sat, 28 Jun 2008 20:31:42 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 176e5ff5-d85b-44e5-b097-772f67fee745 X-Archives-Hash: 69c520f7618b9c98551a9a5ca9760397 loki_val 08/06/28 20:31:42 Added: iptstate-2.2.1-gcc43.patch Log: Fix for gcc-4.3, bug #228759. Thanks Graham Murray . (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686) Revision Changes Path 1.1 net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.pat= ch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/iptst= ate/files/iptstate-2.2.1-gcc43.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/iptst= ate/files/iptstate-2.2.1-gcc43.patch?rev=3D1.1&content-type=3Dtext/plain Index: iptstate-2.2.1-gcc43.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- iptstate.cc~ 2007-03-19 07:43:49.000000000 +0100 +++ iptstate.cc 2008-06-23 14:44:23.438816806 +0200 @@ -55,6 +55,7 @@ #include #include #include +#include #ifndef IPTSTATE_USE_PROC extern "C" { #include --=20 gentoo-commits@lists.gentoo.org mailing list