diff options
Diffstat (limited to 'bash/bash-2.05b/gcc34.patch')
-rw-r--r-- | bash/bash-2.05b/gcc34.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bash/bash-2.05b/gcc34.patch b/bash/bash-2.05b/gcc34.patch deleted file mode 100644 index 76fcd55ae0..0000000000 --- a/bash/bash-2.05b/gcc34.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# 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]--; |