summaryrefslogtreecommitdiff
path: root/lang/logo/files/patch-ad
blob: 059185dc11d4c9cb7547048e9f36ae1f00d51e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- init.c.orig	Sun Aug  6 21:20:35 2000
+++ init.c	Sun Aug  6 21:20:50 2000
@@ -363,7 +363,7 @@
 }
 
 void init(void) {
-    extern long time();
+    extern time_t time();
     int i = 0;
     NODE *proc = NIL, *pname = NIL, *cnd = NIL;