arogue7, xrogue: rename daemon() to start_daemon().
This prevents conflict with the BSD/OSX daemon() system function.
This commit is contained in:
parent
b369d09125
commit
4e5f4c52d3
14 changed files with 26 additions and 26 deletions
|
|
@ -100,9 +100,9 @@ register struct linked_list *item;
|
|||
}
|
||||
}
|
||||
when R_SEARCH:
|
||||
daemon(ring_search, (VOID *)NULL, AFTER);
|
||||
start_daemon(ring_search, (VOID *)NULL, AFTER);
|
||||
when R_TELEPORT:
|
||||
daemon(ring_teleport, (VOID *)NULL, AFTER);
|
||||
start_daemon(ring_teleport, (VOID *)NULL, AFTER);
|
||||
}
|
||||
status(FALSE);
|
||||
if (r_know[obj->o_which] && r_guess[obj->o_which]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue