Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/l7-protocols/files: l7-protocols-2008.02.20-gcc4.3.patch
Date: Mon, 21 Apr 2008 11:09:07
Message-Id: E1JnttR-0006B5-1G@stork.gentoo.org
1 pva 08/04/21 11:09:05
2
3 Added: l7-protocols-2008.02.20-gcc4.3.patch
4 Log:
5 Fixed compilation with gcc-4.3.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-misc/l7-protocols/files/l7-protocols-2008.02.20-gcc4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/l7-protocols/files/l7-protocols-2008.02.20-gcc4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/l7-protocols/files/l7-protocols-2008.02.20-gcc4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: l7-protocols-2008.02.20-gcc4.3.patch
15 ===================================================================
16 --- testing/test_speed-userspace.cpp.orig 2008-04-21 14:41:58.000000000 +0400
17 +++ testing/test_speed-userspace.cpp 2008-04-21 14:42:26.000000000 +0400
18 @@ -16,6 +16,7 @@
19 #include <fstream>
20 #include <iostream>
21 #include <sys/types.h>
22 +#include <stdlib.h>
23 #include "l7-parse-patterns.h"
24
25 #define MAX 1500
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list