From ada566091b164b197fb246c5ad28c824f37e0db6 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 9 Jul 2020 10:27:24 -0700 Subject: [PATCH] Remove conflicting definition for time() modified: src/unixfork.c --- src/unixfork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unixfork.c b/src/unixfork.c index 9dbe3e8..54361f4 100644 --- a/src/unixfork.c +++ b/src/unixfork.c @@ -301,7 +301,7 @@ of the packet received except: */ -long time(long); /* XXX where does time come from? */ +// long time(long); /* XXX where does time come from? */ int fork_Unix() { int LispToUnix[2], /* Incoming pipe from LISP */