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

10 lines
238 B
Text

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