arogue7, xrogue: rename daemon() to start_daemon().

This prevents conflict with the BSD/OSX daemon() system function.
This commit is contained in:
John "Elwin" Edwards 2015-05-28 10:21:43 -04:00
parent b369d09125
commit 4e5f4c52d3
14 changed files with 26 additions and 26 deletions

View file

@ -132,7 +132,7 @@ long *newclass;
*/
if (*newclass == C_THIEF || *newclass == C_ASSASSIN ||
*newclass == C_MONK)
daemon(trap_look, (VOID *)NULL, AFTER);
start_daemon(trap_look, (VOID *)NULL, AFTER);
/* adjust stats */
char_type = player.t_ctype = *newclass;