diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:35:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:35:47 +0000 |
commit | b55008ba4fd7ec250fb4e2aabdc3d6fe17cf524b (patch) | |
tree | c068f224bbfb324132af2cc2ef43ef986c522ad7 /mail/mh/files/patch-ak | |
parent | The pine port was marked FORBIDDEN for security reasons 2 years ago. (diff) |
The mh port was marked FORBIDDEN for security reasons 2 years and 7 months
ago. Remove it.
Notes
Notes:
svn path=/head/; revision=67929
Diffstat (limited to 'mail/mh/files/patch-ak')
-rw-r--r-- | mail/mh/files/patch-ak | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/mh/files/patch-ak b/mail/mh/files/patch-ak deleted file mode 100644 index 77295877bc45..000000000000 --- a/mail/mh/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ ---- uip/sendsbr.c.orig Wed Dec 1 13:01:38 1993 -+++ uip/sendsbr.c Sat Jan 16 20:42:58 1999 -@@ -9,6 +9,7 @@ - #include <signal.h> - #include <sys/types.h> - #include <sys/stat.h> -+#include <time.h> - - static alert(), anno(), annoaux(); - static int tmp_fd(); -@@ -39,7 +40,6 @@ - - char *getusr (); - off_t lseek (); --long time (); - - /* */ - |