From d4d04cb66e885814f33553e49a9e55a4ed860a65 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Tue, 8 Oct 2013 01:38:31 +0000 Subject: [PATCH] libarossupport.a: Exact match for FreeMem() prototype Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48241 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/arossupport/nastyfreemem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/arossupport/nastyfreemem.c b/compiler/arossupport/nastyfreemem.c index 5022d0200f..d0c29fd87a 100644 --- a/compiler/arossupport/nastyfreemem.c +++ b/compiler/arossupport/nastyfreemem.c @@ -12,7 +12,7 @@ #include #undef FreeMem /* Don't use any kind of macro here :) We want the real thing */ -void FreeMem(void *, IPTR); +void FreeMem(APTR, IPTR); extern struct ExecBase * SysBase; -- 2.11.4.GIT