aboutsummaryrefslogtreecommitdiffstats
path: root/shells/pash/files/patch-ab
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 06:02:40 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 06:02:40 +0000
commit58e54dfd2300055f4b5285d83ee10d7c37f91b71 (patch)
treed2fc2d23bfd7c870e396a8d68ac2fee1d3e06bca /shells/pash/files/patch-ab
parent641bd655c323339a63706419249effce58575383 (diff)
Add pash 2.2, a full-screen shell, similar to Midnight Commander. Some
patches were included to fix various bugs (including what I believe are potential overflow bugs involving gets()). PR: 23949 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'shells/pash/files/patch-ab')
-rw-r--r--shells/pash/files/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/shells/pash/files/patch-ab b/shells/pash/files/patch-ab
new file mode 100644
index 000000000000..64a3c6c53ebb
--- /dev/null
+++ b/shells/pash/files/patch-ab
@@ -0,0 +1,10 @@
+--- ash.h.orig Wed Nov 6 21:13:06 1996
++++ ash.h Sat Dec 30 02:28:03 2000
+@@ -14,7 +14,6 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <dirent.h>
+-#include <malloc.h>
+ #include <time.h>
+ #include <unistd.h>
+ #include <errno.h>