diff mbox

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

Message ID 1443713610-11940-1-git-send-email-gshetty@nicira.com
State Accepted
Headers show

Commit Message

Gurucharan Shetty Oct. 1, 2015, 3:33 p.m. UTC
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
---
 lib/daemon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Oct. 1, 2015, 3:54 p.m. UTC | #1
On Thu, Oct 01, 2015 at 08:33:30AM -0700, Gurucharan Shetty wrote:
> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>

What's the error?  I don't see it.  Anyway, it's better without the
extra backslash, so:
Acked-by: Ben Pfaff <blp@nicira.com>
Gurucharan Shetty Oct. 1, 2015, 3:56 p.m. UTC | #2
I sent the patch too soon. I will send a v2.

On Thu, Oct 1, 2015 at 8:54 AM, Ben Pfaff <blp@nicira.com> wrote:
> On Thu, Oct 01, 2015 at 08:33:30AM -0700, Gurucharan Shetty wrote:
>> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
>
> What's the error?  I don't see it.  Anyway, it's better without the
> extra backslash, so:
> Acked-by: Ben Pfaff <blp@nicira.com>
diff mbox

Patch

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,                           \
     OPT_SERVICE,                               \
     OPT_SERVICE_MONITOR                        \
-    OPT_USER_GROUP                             \
+    OPT_USER_GROUP
 
 #define DAEMON_LONG_OPTIONS                                               \
         {"detach",             no_argument, NULL, OPT_DETACH},            \