mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
58e54dfd23
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>
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
--- 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>
|