Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/molmol/files: cast.patch
Date: Tue, 11 May 2010 14:24:14
Message-Id: 20100511142411.9E5172C04D@corvid.gentoo.org
1 jlec 10/05/11 14:24:11
2
3 Modified: cast.patch
4 Log:
5 Add missing Prototyp
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-chemistry/molmol/files/cast.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/files/cast.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/files/cast.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molmol/files/cast.patch?r1=1.1&r2=1.2
14
15 Index: cast.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/files/cast.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cast.patch 23 Apr 2010 14:19:41 -0000 1.1
22 +++ cast.patch 11 May 2010 14:24:11 -0000 1.2
23 @@ -1,8 +1,16 @@
24 diff --git a/src/data/DataDist.c b/src/data/DataDist.c
25 -index 7f7121f..d303e9e 100644
26 +index 7f7121f..18eef33 100644
27 --- a/src/data/DataDist.c
28 +++ b/src/data/DataDist.c
29 -@@ -89,7 +89,7 @@ hashInter(void *p, unsigned size)
30 +@@ -27,6 +27,7 @@
31 +
32 + #include <stdio.h>
33 + #include <stdlib.h>
34 ++#include <stdint.h>
35 +
36 + #include <hashtab.h>
37 +
38 +@@ -89,7 +90,7 @@ hashInter(void *p, unsigned size)
39 {
40 TabEntryInter *entryP = p;