diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-05-11 14:24:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-05-11 14:24:11 +0000 |
commit | e85f89447a6825b78723b23555e8a24487c1e29d (patch) | |
tree | 7eb5c95ced98a30ca808a6f0a184e6bf611c6738 /sci-chemistry/molmol | |
parent | x86 stable wrt bug #308589 (diff) | |
download | gentoo-2-e85f89447a6825b78723b23555e8a24487c1e29d.tar.gz gentoo-2-e85f89447a6825b78723b23555e8a24487c1e29d.tar.bz2 gentoo-2-e85f89447a6825b78723b23555e8a24487c1e29d.zip |
Add missing Prototyp
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/molmol')
-rw-r--r-- | sci-chemistry/molmol/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/molmol/files/cast.patch | 12 |
2 files changed, 14 insertions, 3 deletions
diff --git a/sci-chemistry/molmol/ChangeLog b/sci-chemistry/molmol/ChangeLog index 077529eca7a7..5914b8416024 100644 --- a/sci-chemistry/molmol/ChangeLog +++ b/sci-chemistry/molmol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/molmol # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/ChangeLog,v 1.20 2010/04/23 14:19:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/ChangeLog,v 1.21 2010/05/11 14:24:11 jlec Exp $ + + 11 May 2010; Justin Lecher <jlec@gentoo.org> files/cast.patch: + Add missing prototyp 23 Apr 2010; Justin Lecher <jlec@gentoo.org> molmol-2k_p2-r2.ebuild, +files/cast.patch: diff --git a/sci-chemistry/molmol/files/cast.patch b/sci-chemistry/molmol/files/cast.patch index 643b92d2a4cf..16ac411c76e5 100644 --- a/sci-chemistry/molmol/files/cast.patch +++ b/sci-chemistry/molmol/files/cast.patch @@ -1,8 +1,16 @@ diff --git a/src/data/DataDist.c b/src/data/DataDist.c -index 7f7121f..d303e9e 100644 +index 7f7121f..18eef33 100644 --- a/src/data/DataDist.c +++ b/src/data/DataDist.c -@@ -89,7 +89,7 @@ hashInter(void *p, unsigned size) +@@ -27,6 +27,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <stdint.h> + + #include <hashtab.h> + +@@ -89,7 +90,7 @@ hashInter(void *p, unsigned size) { TabEntryInter *entryP = p; |