Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."


Today's Topics:

   1. [PATCH] nat: fix build failure (Gustavo Zacarias)


----------------------------------------------------------------------

Message: 1
Date: Tue, 19 Apr 2016 08:42:20 -0300
From: Gustavo Zacarias <[email protected]>
To: [email protected]
Subject: [PATCH] nat: fix build failure
Message-ID:
        <[email protected]>

_GNU_SOURCE needs to be defined so that O_CLOEXEC symbols can be found in
system header files.

Signed-off-by: Gustavo Zacarias <[email protected]>
---
 src/nat.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/nat.c b/src/nat.c
index 33ae6df..62e21d4 100644
--- a/src/nat.c
+++ b/src/nat.c
@@ -24,6 +24,7 @@
 #include <config.h>
 #endif
 
+#define _GNU_SOURCE
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-- 
2.7.3



------------------------------

Subject: Digest Footer

_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman


------------------------------

End of connman Digest, Vol 6, Issue 14
**************************************

Reply via email to