summaryrefslogtreecommitdiff
path: root/mail/mh/files/patch-al
blob: 4aec8ee25d066a4249534182d31488e26573a792 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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( );
 
 /*  */