]> git.tuebingen.mpg.de Git - dss.git/blobdiff - daemon.c
Improve signal handler.
[dss.git] / daemon.c
index fe51fe03a5c614ba4cc8f34a0f29e1b79cd2cf8d..b63e5ff57b408a79e62d44349cb9fd9d342b956e 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2010 Andre Noll <maan@tuebingen.mpg.de>
  *
  * 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"
 #include "daemon.h"
 
 /**