diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon.h | 12 | ||||
-rw-r--r-- | src/dexec.h | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/daemon.h b/src/daemon.h index 405b4f9..eca859c 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -26,11 +26,11 @@ * A header file including all other header files part of libdaemon */ -#include "dfork.h" -#include "dlog.h" -#include "dpid.h" -#include "dsignal.h" -#include "dexec.h" -#include "dnonblock.h" +#include <dfork.h> +#include <dlog.h> +#include <dpid.h> +#include <dsignal.h> +#include <dexec.h> +#include <dnonblock.h> #endif diff --git a/src/dexec.h b/src/dexec.h index 831cb9d..d15d49c 100644 --- a/src/dexec.h +++ b/src/dexec.h @@ -31,7 +31,7 @@ extern "C" { * STDERR redirected to syslog */ -/** If this variable is defined to 1 iff daemon_pid_file_kill_wait() is supported.*/ +/** If this variable is defined to 1 iff daemon_exec() is supported.*/ #define DAEMON_EXEC_AVAILABLE 1 /** Run the specified executable with the specified arguments in the |