freebsd-ports/lang/logo/files/patch-ad
2000-08-08 03:10:50 +00:00

11 lines
240 B
Text

--- 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;