Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/rainbowcrack/files: rainbowcrack-1.2-types.patch
Date: Fri, 20 Jun 2008 14:32:08
Message-Id: E1K9hel-0002fF-6V@stork.gentoo.org
1 dragonheart 08/06/20 14:32:03
2
3 Added: rainbowcrack-1.2-types.patch
4 Log:
5 gcc-4.3.1 fix as per bug #227051. thanks Evil Compile Person
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch?rev=1.1&content-type=text/plain
13
14 Index: rainbowcrack-1.2-types.patch
15 ===================================================================
16 --- ./rainbowcrack-1.2-src-orig/src/Public.h 2003-11-23 00:32:50.000000000 +1100
17 +++ ./rainbowcrack-1.2-src/src/Public.h 2008-06-21 00:27:18.000000000 +1000
18 @@ -17,6 +17,7 @@
19 #ifdef _WIN32
20 #define uint64 unsigned __int64
21 #else
22 +#include <sys/types.h>
23 #define uint64 u_int64_t
24 #endif
25
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list