Re: [PATCH v1 0/8] Add *_CLOSEXC

2011-10-25 Thread Jukka Rissanen
Hi Marcel, On 25 October 2011 17:57, Marcel Holtmann wrote: > Hi Jukka, > >> >> here an splitter version of adding O_CLOEXEC and SOCK_CLOEXEC. >> > >> > I went ahead and applied all 8 patches. Thanks. >> > >> > Regards >> > >> > Marcel >> > >> >> Unfortunately connman does not compile any more in

Re: [PATCH v1 0/8] Add *_CLOSEXC

2011-10-25 Thread Marcel Holtmann
Hi Jukka, > >> here an splitter version of adding O_CLOEXEC and SOCK_CLOEXEC. > > > > I went ahead and applied all 8 patches. Thanks. > > > > Regards > > > > Marcel > > > > Unfortunately connman does not compile any more in meego 1.2 as > O_CLOEXEC is not found. Fix is to define _GNU_SOURCE in t

Re: [PATCH v1 0/8] Add *_CLOSEXC

2011-10-25 Thread Jukka Rissanen
Hi, On 10/25/2011 02:37 PM, Marcel Holtmann wrote: Hi Daniel, here an splitter version of adding O_CLOEXEC and SOCK_CLOEXEC. I went ahead and applied all 8 patches. Thanks. Regards Marcel Unfortunately connman does not compile any more in meego 1.2 as O_CLOEXEC is not found. Fix is to

Re: [PATCH v1 0/8] Add *_CLOSEXC

2011-10-25 Thread Marcel Holtmann
Hi Daniel, > here an splitter version of adding O_CLOEXEC and SOCK_CLOEXEC. I went ahead and applied all 8 patches. Thanks. Regards Marcel ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

[PATCH v1 0/8] Add *_CLOSEXC

2011-10-23 Thread Daniel Wagner
From: Daniel Wagner Hi, here an splitter version of adding O_CLOEXEC and SOCK_CLOEXEC. cheer, daniel Daniel Wagner (8): tools: Add O_CLOEXEC to open() plugins: Add O_CLOEXEC to open() core: Add O_CLOEXEC to open() gdhcp: Add SOCK_CLOEXEC to socket() gweb: Add SOCK_CLOEXEC to socket()