diff 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
line wrap: on
line diff
--- a/srogue/daemons.c	Wed Sep 04 09:01:44 2013 -0700
+++ b/srogue/daemons.c	Sat Sep 07 08:08:00 2013 -0400
@@ -66,7 +66,7 @@
 swander(fromfuse)
 int fromfuse;
 {
-	daemon(rollwand, TRUE, AFTER);
+	start_daemon(rollwand, TRUE, AFTER);
 }