comparison srogue/daemons.c @ 107:f2951c4e28d9

Rename daemon() to start_daemon(). daemon() conflicted with the standard library function, which is included by default on OS X.
author John "Elwin" Edwards
date Sat, 07 Sep 2013 08:08:00 -0400
parents d7d45e980791
children 94a0d9dd5ce1
comparison
equal deleted inserted replaced
106:c191a735f811 107:f2951c4e28d9
64 * Called when it is time to start rolling for wandering monsters 64 * Called when it is time to start rolling for wandering monsters
65 */ 65 */
66 swander(fromfuse) 66 swander(fromfuse)
67 int fromfuse; 67 int fromfuse;
68 { 68 {
69 daemon(rollwand, TRUE, AFTER); 69 start_daemon(rollwand, TRUE, AFTER);
70 } 70 }
71 71
72 72
73 /* 73 /*
74 * rollwand: 74 * rollwand: