1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/mh/files/patch-al
Hidetoshi Shimokawa 93aa89f88c Fix for alpha.
- remove 'long time()' and add '#include <time.h>'.
1999-01-16 12:15:50 +00:00

22 lines
343 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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( );
/* */