Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnids/files: libnids-1.18-elif.patch
Date: Sat, 07 Jan 2012 18:27:39
Message-Id: 20120107182729.443FF2004C@flycatcher.gentoo.org
1 jer 12/01/07 18:27:29
2
3 Added: libnids-1.18-elif.patch
4 Log:
5 Fix bug #397881, thanks to Agostino Sarubbo. Shorten DESCRIPTION to something more fitting. Set RDEPEND.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/libnids/files/libnids-1.18-elif.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/files/libnids-1.18-elif.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/files/libnids-1.18-elif.patch?rev=1.1&content-type=text/plain
14
15 Index: libnids-1.18-elif.patch
16 ===================================================================
17 --- src/killtcp.c.org 2002-08-21 18:19:40.000000000 +0200
18 +++ src/killtcp.c 2012-01-07 19:15:45.451020838 +0100
19 @@ -100,6 +100,6 @@
20 if (initialized)
21 abort();
22 }
23 -#elif
24 +#else
25 #error Something wrong with LIBNET_VER
26 #endif