summaryrefslogtreecommitdiff
path: root/shells/bash1/files/patch-ah
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-03-29 11:42:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-03-29 11:42:32 +0000
commit7ed77ab1fd7387c3f5a02dd97808d515bd08796c (patch)
tree95c7869f408a993be906460c9e38b0198447fc29 /shells/bash1/files/patch-ah
parentRemove vim4. (diff)
Delete the bash 1.17 port. It served us well as we transitioned to bash
version 2.
Notes
Notes: svn path=/head/; revision=17433
Diffstat (limited to 'shells/bash1/files/patch-ah')
-rw-r--r--shells/bash1/files/patch-ah19
1 files changed, 0 insertions, 19 deletions
diff --git a/shells/bash1/files/patch-ah b/shells/bash1/files/patch-ah
deleted file mode 100644
index 14fcc43adb85..000000000000
--- a/shells/bash1/files/patch-ah
+++ /dev/null
@@ -1,19 +0,0 @@
-*** machines.h.orig Fri Jun 27 10:54:20 1997
---- machines.h Fri Jun 27 10:54:22 1997
-***************
-*** 63,69 ****
- some machines, our malloc () cannot be used (because of library
- conflicts, for example), and for those, you should specifically
- #undef USE_GNU_MALLOC in the machine description. */
-! #define USE_GNU_MALLOC
-
- /* This causes the Gnu malloc library (from glibc) to be used. */
- /* #define USE_GNU_MALLOC_LIBRARY */
---- 63,69 ----
- some machines, our malloc () cannot be used (because of library
- conflicts, for example), and for those, you should specifically
- #undef USE_GNU_MALLOC in the machine description. */
-! #undef USE_GNU_MALLOC
-
- /* This causes the Gnu malloc library (from glibc) to be used. */
- /* #define USE_GNU_MALLOC_LIBRARY */