freebsd-ports/shells/pash/files/patch-af
Will Andrews 58e54dfd23 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>
2000-12-31 06:02:40 +00:00

14 lines
323 B
Plaintext

--- 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