Re: [ovs-dev] [PATCH] daemon.h: Fix compilation errors on Windows.

2015-10-01 Thread Ben Pfaff
On Thu, Oct 01, 2015 at 08:59:49AM -0700, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] daemon.h: Fix compilation errors on Windows.

2015-10-01 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- lib/daemon.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/daemon.h b/lib/daemon.h index cb663ca..4990415 100644 --- a/lib/daemon.h +++ b/lib/daemon.h @@ -90,8 +90,8 @@ pid_t read_pidfile(const char *name); OPT_PIDFILE