summaryrefslogtreecommitdiff
path: root/os/daemon.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-12-05 08:51:18 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-12-05 08:51:18 -0800
commitb02fa1750fa20cb1784a16cd2402a303146f8c99 (patch)
treeeb4eb06869980f6450c7a9ecd21d392c7d368776 /os/daemon.c
parent302e3fcf221843d42141f73277911dfab9428d71 (diff)
os/daemon.c:100: warning: old-style parameter declaration
Diffstat (limited to 'os/daemon.c')
-rw-r--r--os/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/daemon.c b/os/daemon.c
index b09c499..6d3a2b3 100644
--- a/os/daemon.c
+++ b/os/daemon.c
@@ -96,7 +96,7 @@ MySetsid(void)
/* detach */
void
-BecomeDaemon ()
+BecomeDaemon (void)
{
/* If our C library has the daemon() function, just use it. */
#ifdef HAS_DAEMON