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-ai | |
parent | Upgrade 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-ai')
-rw-r--r-- | mail/mh/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mh/files/patch-ai b/mail/mh/files/patch-ai new file mode 100644 index 000000000000..2d5d79ce586b --- /dev/null +++ b/mail/mh/files/patch-ai @@ -0,0 +1,11 @@ +--- zotnet/tws/dtime.c.orig Wed Dec 1 13:01:43 1993 ++++ zotnet/tws/dtime.c Sat Jan 16 20:46:59 1999 +@@ -107,8 +107,6 @@ + + #define CENTURY 1900 + +-long time (); +-struct tm *localtime (); + + /* */ + |