summaryrefslogtreecommitdiff
path: root/mail/mh/files/patch-al
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-al
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-al')
-rw-r--r--mail/mh/files/patch-al21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/mh/files/patch-al b/mail/mh/files/patch-al
new file mode 100644
index 000000000000..4aec8ee25d06
--- /dev/null
+++ b/mail/mh/files/patch-al
@@ -0,0 +1,21 @@
+--- zotnet/tws/phoon/dtime.c.orig Wed Dec 1 13:01:44 1993
++++ zotnet/tws/phoon/dtime.c Sat Jan 16 20:56:24 1999
+@@ -26,6 +26,8 @@
+ extern char *tzname[];
+ #endif SYS5
+
++#include<time.h>
++
+ /* */
+
+ #define abs(a) ( a >= 0 ? a : -a )
+@@ -86,9 +88,6 @@
+ NULL };
+
+ #define CENTURY 19
+-
+-long time( );
+-struct tm *localtime( );
+
+ /* */
+