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-ao | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mail/mh/files/patch-ao (limited to 'mail/mh/files/patch-ao') diff --git a/mail/mh/files/patch-ao b/mail/mh/files/patch-ao new file mode 100644 index 000000000000..88e052be6895 --- /dev/null +++ b/mail/mh/files/patch-ao @@ -0,0 +1,18 @@ +--- uip/forw.c.orig Sat Jan 16 21:06:24 1999 ++++ uip/forw.c Sat Jan 16 21:07:07 1999 +@@ -12,6 +12,7 @@ + #ifdef LOCALE + #include + #endif ++#include + + #ifndef MIME + #define MIMEminc(a) (a) +@@ -133,7 +134,6 @@ + static struct msgs *mp = NULL; /* used a lot */ + + +-long time (); + off_t lseek(); + + /* */ -- cgit v1.2.3