Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor/files: pdns-recursor-3.1.6-gcc-4.3.patch
Date: Sun, 15 Jun 2008 18:38:25
Message-Id: E1K7x7M-0005pY-IW@stork.gentoo.org
1 swegener 08/06/15 18:38:20
2
3 Added: pdns-recursor-3.1.6-gcc-4.3.patch
4 Log:
5 Add gcc-4.3 compability patch.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.1 net-dns/pdns-recursor/files/pdns-recursor-3.1.6-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.1.6-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.1.6-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: pdns-recursor-3.1.6-gcc-4.3.patch
15 ===================================================================
16 gcc-4.3 no longer includes this by default.
17
18 --- pdns-recursor-3.1.6/dns_random.cc
19 +++ pdns-recursor-3.1.6/dns_random.cc
20 @@ -1,6 +1,7 @@
21 #include "aescpp.h"
22 #include <iostream>
23 #include <cstring>
24 +#include <limits>
25 #include <sys/types.h>
26 #include <unistd.h>
27 #include <sys/time.h>
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list