Re: [ovs-dev] [PATCH] daemon.h: Fix a compilation error.

2015-10-01 Thread Gurucharan Shetty
I sent the patch too soon. I will send a v2. On Thu, Oct 1, 2015 at 8:54 AM, Ben Pfaff wrote: > On Thu, Oct 01, 2015 at 08:33:30AM -0700, Gurucharan Shetty wrote: >> Signed-off-by: Gurucharan Shetty > > What's the error? I don't see it. Anyway, it's better without the > extra backslash, so: >

Re: [ovs-dev] [PATCH] daemon.h: Fix a compilation error.

2015-10-01 Thread Ben Pfaff
On Thu, Oct 01, 2015 at 08:33:30AM -0700, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty What's the error? I don't see it. Anyway, it's better without the extra backslash, so: Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org

[ovs-dev] [PATCH] daemon.h: Fix a compilation error.

2015-10-01 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- lib/daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/daemon.h b/lib/daemon.h index cb663ca..a1d8300 100644 --- a/lib/daemon.h +++ b/lib/daemon.h @@ -91,7 +91,7 @@ pid_t read_pidfile(const char *name); OPT_PIPE_HANDLE,