2013-09-26 17:14:40 +02:00

14 lines
326 B
Plaintext

$NetBSD: patch-af,v 1.1 2004/05/12 20:56:14 jschauma Exp $
--- ./lib/malloc/malloc.c.orig Wed May 12 16:07:37 2004
+++ ./lib/malloc/malloc.c Wed May 12 16:20:47 2004
@@ -880,6 +880,8 @@
free_return:
+ /* no-op in case nothing below is defined */;
+
#ifdef MALLOC_STATS
_mstats.nmalloc[nunits]--;
_mstats.nfre++;