From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MMOXL-00044l-68 for garchives@archives.gentoo.org; Thu, 02 Jul 2009 15:49:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6BD4E0563; Thu, 2 Jul 2009 15:49:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A8637E0563 for ; Thu, 2 Jul 2009 15:49:22 +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 4980E67B0A for ; Thu, 2 Jul 2009 15:49:22 +0000 (UTC) Received: from jer by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MMOXJ-0003fA-Qr for gentoo-commits@lists.gentoo.org; Thu, 02 Jul 2009 15:49:21 +0000 From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnids/files: libnids-1.23-elif.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: libnids-1.23-elif.patch X-VCS-Directories: net-libs/libnids/files X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jeroen Roovers Date: Thu, 02 Jul 2009 15:49:21 +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: 796eb16c-c20c-4ea5-8c1c-db59543f4075 X-Archives-Hash: d49a2ba2fb84de21b35da74c78d1371b jer 09/07/02 15:49:21 Added: libnids-1.23-elif.patch Log: Fix compiling with gcc 4.4 (bug #276239). (Portage version: 2.2_rc33/cvs/Linux i686) Revision Changes Path 1.1 net-libs/libnids/files/libnids-1.23-elif.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/f= iles/libnids-1.23-elif.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/f= iles/libnids-1.23-elif.patch?rev=3D1.1&content-type=3Dtext/plain Index: libnids-1.23-elif.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 --- libnids-1.23/src/killtcp.c.orig 2006-05-08 22:05:51.000000000 +0200 +++ libnids-1.23/src/killtcp.c 2009-07-02 17:42:29.000000000 +0200 @@ -118,6 +118,6 @@ if (initialized) abort(); } -#elif +#else #error Something wrong with LIBNET_VER #endif