summaryrefslogtreecommitdiff
path: root/mail/mh/files/patch-aj
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-13 03:35:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-13 03:35:47 +0000
commitb55008ba4fd7ec250fb4e2aabdc3d6fe17cf524b (patch)
treec068f224bbfb324132af2cc2ef43ef986c522ad7 /mail/mh/files/patch-aj
parentThe 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-aj')
-rw-r--r--mail/mh/files/patch-aj20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/mh/files/patch-aj b/mail/mh/files/patch-aj
deleted file mode 100644
index 328a342ee2d2..000000000000
--- a/mail/mh/files/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
---- sbr/fmtcompile.c.orig Wed Dec 1 13:01:22 1993
-+++ sbr/fmtcompile.c Sat Jan 16 20:48:09 1999
-@@ -12,6 +12,7 @@
- #include <stdio.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <time.h>
-
- static struct format *formatvec; /* array to hold formats */
- static struct format *next_fp; /* next free format slot */
-@@ -128,9 +129,6 @@
-
- (char *)0, 0, 0, 0, 0
- };
--
--
--long time ();
-
- static struct ftable *lookup(name)
- register char *name;