diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-12-31 06:02:40 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 06:02:40 +0000 |
| commit | 58e54dfd2300055f4b5285d83ee10d7c37f91b71 (patch) | |
| tree | d2fc2d23bfd7c870e396a8d68ac2fee1d3e06bca /shells/pash/files/patch-af | |
| parent | 641bd655c323339a63706419249effce58575383 (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-af')
| -rw-r--r-- | shells/pash/files/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/pash/files/patch-af b/shells/pash/files/patch-af new file mode 100644 index 000000000000..27f71b31bb55 --- /dev/null +++ b/shells/pash/files/patch-af @@ -0,0 +1,13 @@ +--- keyboard.h.orig Mon Nov 6 09:43:04 1995 ++++ keyboard.h Sat Dec 30 02:36:25 2000 +@@ -61,7 +61,8 @@ + #include <limits.h> + #include <signal.h> + #include <setjmp.h> +-#include <termio.h> ++#include <termios.h> ++#include <term.h> + #include <fcntl.h> + #include <errno.h> + #include <unistd.h> +Only in old: pash.sources.tar.gz |
