From 93aa89f88cef5fb36a0c094c193cdb5a961f9eaa Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Sat, 16 Jan 1999 12:15:50 +0000 Subject: Fix for alpha. - remove 'long time()' and add '#include '. --- mail/mh/files/patch-aj | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mail/mh/files/patch-aj (limited to 'mail/mh/files/patch-aj') 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 + #include + #include ++#include + + 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; -- cgit v1.2.3