aboutsummaryrefslogtreecommitdiffstats
path: root/bash/bash-2.05b/gcc34.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash-2.05b/gcc34.patch')
-rw-r--r--bash/bash-2.05b/gcc34.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/bash/bash-2.05b/gcc34.patch b/bash/bash-2.05b/gcc34.patch
index e69de29bb2..76fcd55ae0 100644
--- a/bash/bash-2.05b/gcc34.patch
+++ b/bash/bash-2.05b/gcc34.patch
@@ -0,0 +1,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]--;