mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
326 B
Plaintext
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++;
|