summaryrefslogtreecommitdiff
path: root/mail/mh/files/patch-aj
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-16 12:15:50 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-16 12:15:50 +0000
commit93aa89f88cef5fb36a0c094c193cdb5a961f9eaa (patch)
tree4b8c1b7358e5bf03535e15c7f06cf4feae83a905 /mail/mh/files/patch-aj
parentUpgrade to 0.87.1. (diff)
Fix for alpha.
- remove 'long time()' and add '#include <time.h>'.
Notes
Notes: svn path=/head/; revision=16081
Diffstat (limited to 'mail/mh/files/patch-aj')
-rw-r--r--mail/mh/files/patch-aj20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mh/files/patch-aj b/mail/mh/files/patch-aj
new file mode 100644
index 000000000000..328a342ee2d2
--- /dev/null
+++ b/mail/mh/files/patch-aj
@@ -0,0 +1,20 @@
+--- 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;