Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/dsdp/files: dsdp-5.8-malloc.patch
Date: Mon, 09 Jul 2012 17:51:44
Message-Id: 20120709175133.C65F520063@flycatcher.gentoo.org
1 bicatali 12/07/09 17:51:33
2
3 Added: dsdp-5.8-malloc.patch
4 Log:
5 keyword amd64-linux, x86-linux, and adapted changes from the science overlay for macos prefix, thanks Francois Bissey
6
7 (Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/dsdp/files/dsdp-5.8-malloc.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/dsdp/files/dsdp-5.8-malloc.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/dsdp/files/dsdp-5.8-malloc.patch?rev=1.1&content-type=text/plain
14
15 Index: dsdp-5.8-malloc.patch
16 ===================================================================
17 --- src/sys/dsdploginfo.c.orig 2012-04-04 09:59:25.212518434 +1200
18 +++ src/sys/dsdploginfo.c 2012-04-04 10:00:05.676522161 +1200
19 @@ -6,7 +6,6 @@
20 #include <stdarg.h>
21 #include <sys/types.h>
22 #include <stdlib.h>
23 -#include <malloc.h>
24 #include "dsdpsys.h"
25 #include "dsdpbasictypes.h"