mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
--- 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;
|
|
|