mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Remove conflicting definition for time()
modified: src/unixfork.c
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user