From: Michael Insel Date: Sun, 28 Jan 2018 21:00:36 +0000 (+0100) Subject: Fix build error on Windows X-Git-Tag: v2.9.0~187^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6037%2Fhead;p=icinga2 Fix build error on Windows The `kill` and `SIGUSR2` statements are not available on Windows. --- diff --git a/lib/cli/daemoncommand.cpp b/lib/cli/daemoncommand.cpp index 56582ec64..40f723f2b 100644 --- a/lib/cli/daemoncommand.cpp +++ b/lib/cli/daemoncommand.cpp @@ -217,6 +217,7 @@ int DaemonCommand::Run(const po::variables_map& vm, const std::vector