[ovs-dev] [PATCH] Windows: Fix compilation error in lib/daemon.h

Sairam Venugopal vsairam at vmware.com
Thu Jun 30 01:22:16 UTC 2016


Windows builds have been broken in appveyor. This was introduced as part
of the commit id: 81d2f75cfc760b0c5ba0c2d5a4c4b2b0f3854740

Signed-off-by: Sairam Venugopal <vsairam at vmware.com>
---
 lib/daemon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/daemon.h b/lib/daemon.h
index b035055..bfa0640 100644
--- a/lib/daemon.h
+++ b/lib/daemon.h
@@ -102,7 +102,7 @@ pid_t read_pidfile(const char *name);
 
 #define DAEMON_LONG_OPTIONS                                               \
         {"detach",             no_argument, NULL, OPT_DETACH},            \
-        {"no-self-confinement" no_argument, NULL, OPT_NO_SELF_CONFINEMENT}, \
+        {"no-self-confinement", no_argument, NULL, OPT_NO_SELF_CONFINEMENT}, \
         {"no-chdir",           no_argument, NULL, OPT_NO_CHDIR},          \
         {"pidfile",            optional_argument, NULL, OPT_PIDFILE},     \
         {"pipe-handle",        required_argument, NULL, OPT_PIPE_HANDLE}, \
-- 
2.5.0.windows.1




More information about the dev mailing list