diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-16 12:15:50 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-16 12:15:50 +0000 |
commit | 93aa89f88cef5fb36a0c094c193cdb5a961f9eaa (patch) | |
tree | 4b8c1b7358e5bf03535e15c7f06cf4feae83a905 /mail/mh/files/patch-ao | |
parent | Upgrade to 0.87.1. (diff) |
Fix for alpha.
- remove 'long time()' and add '#include <time.h>'.
Diffstat (limited to '')
-rw-r--r-- | mail/mh/files/patch-ao | 18 |
1 files changed, 18 insertions, 0 deletions
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 <locale.h> + #endif ++#include <time.h> + + #ifndef MIME + #define MIMEminc(a) (a) +@@ -133,7 +134,6 @@ + static struct msgs *mp = NULL; /* used a lot */ + + +-long time (); + off_t lseek(); + + /* */ |