aboutsummaryrefslogtreecommitdiffstats
path: root/bash/bash-2.05b/gcc34.patch
blob: 76fcd55ae038a620b6f8a9887621de935684a7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- bash-2.05b/lib/malloc/malloc.c~gcc34
+++ bash-2.05b/lib/malloc/malloc.c
@@ -878,7 +878,7 @@
   nextf[nunits] = p;
   busy[nunits] = 0;
 
-free_return:
+free_return:;
 
 #ifdef MALLOC_STATS
   _mstats.nmalloc[nunits]--;