$OpenBSD: patch-Source_umf_malloc_c,v 1.1 2014/11/18 08:12:14 pirofti Exp $
--- Source/umf_malloc.c.orig	Fri Nov 14 21:09:12 2014
+++ Source/umf_malloc.c	Fri Nov 14 21:09:28 2014
@@ -73,7 +73,7 @@ GLOBAL void *UMF_malloc
     size *= size_of_object ;
 
     /* see AMD/Source/amd_global.c for the memory allocator selection */
-    p = amd_malloc (size) ;
+    p = malloc (size) ;
 
     DEBUG0 ((ID"\n", (Int) p)) ;
 
