chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Source code reorganization:
[disorder]
/
server
/
daemonize.c
diff --git
a/server/daemonize.c
b/server/daemonize.c
index 7dea7000706c25977a5611fab9b73970e970f59f..5f6e2260640b69909968f39f23dd85614aedc337 100644
(file)
--- a/
server/daemonize.c
+++ b/
server/daemonize.c
@@
-21,18
+21,7
@@
* @brief Go into background
*/
* @brief Go into background
*/
-#include <config.h>
-
-#include <fcntl.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <errno.h>
-#include <sys/wait.h>
-#include <syslog.h>
-
-#include "daemonize.h"
-#include "syscalls.h"
-#include "log.h"
+#include "disorder-server.h"
/** @brief Go into background
* @param tag Message tag, or NULL
/** @brief Go into background
* @param tag Message tag, or NULL