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
|
|
@ -92,10 +92,10 @@ reg int (*func)();
|
|||
|
||||
|
||||
/*
|
||||
* daemon:
|
||||
* start_daemon:
|
||||
* Start a daemon, takes a function.
|
||||
*/
|
||||
daemon(func, arg, type)
|
||||
start_daemon(func, arg, type)
|
||||
reg int arg, type, (*func)();
|
||||
{
|
||||
reg struct delayed_action *dev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue