]> git.tuebingen.mpg.de Git - dss.git/blobdiff - daemon.c
Rename source files which also exist as system headers.
[dss.git] / daemon.c
index ba890fb5bb40e5e452d843361bebae2396ad0288..2ea64ec29a001a5cd518f0320752e1d3636d8977 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -19,9 +19,9 @@
 #include <stdio.h>
 
 #include "gcc-compat.h"
-#include "error.h"
+#include "err.h"
 #include "log.h"
-#include "string.h"
+#include "str.h"
 
 /**
  * Do the usual stuff to become a daemon.
@@ -108,8 +108,3 @@ void log_welcome(int loglevel)
        DSS_INFO_LOG("***** welcome to dss ******\n");
        DSS_DEBUG_LOG("using loglevel %d\n", loglevel);
 }
-
-int com_daemon(int argc, char * const * argv)
-{
-       return 1;
-}