$OpenBSD: patch-Source_umf_realloc_c,v 1.1 2014/11/18 08:12:14 pirofti Exp $
--- Source/umf_realloc.c.orig	Fri Nov 14 21:11:49 2014
+++ Source/umf_realloc.c	Fri Nov 14 21:12:15 2014
@@ -57,7 +57,7 @@ GLOBAL void *UMF_realloc
 	(Int) p, n_objects, (Int) size_of_object)) ;
 
     /* see AMD/Source/amd_global.c for the memory allocator selection */
-    p2 = amd_realloc (p, size) ;
+    p2 = realloc (p, size) ;
 
 #if defined (UMF_MALLOC_COUNT) || !defined (NDEBUG)
     /* If p didn't exist on input, and p2 exists, then a new object has been
