aboutsummaryrefslogtreecommitdiffstats
path: root/shells/pash/files/patch-ag
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-ag
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-ag')
-rw-r--r--shells/pash/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/pash/files/patch-ag b/shells/pash/files/patch-ag
new file mode 100644
index 000000000000..ffd73f02f0b8
--- /dev/null
+++ b/shells/pash/files/patch-ag
@@ -0,0 +1,11 @@
+--- screen.h.orig Sat Nov 11 20:31:16 1995
++++ screen.h Sat Dec 30 02:27:14 2000
+@@ -28,7 +28,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <termio.h>
++#include <term.h>
+ #include <signal.h>
+ #include <limits.h>
+ #include <unistd.h>