freebsd-ports/shells/pash/files/patch-ag
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

12 lines
265 B
Plaintext

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