$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++;
