[PATCH] drm: Fix compilation on systems that don't provide O_CLOEXEC

2016-04-21 Thread Stefan Dirsch
On Thu, Apr 21, 2016 at 01:37:22PM +0100, Emil Velikov wrote: > On 20 April 2016 at 16:25, Stefan Dirsch wrote: > > On Wed, Apr 20, 2016 at 04:47:20PM +0200, Daniel Vetter wrote: > >> On Wed, Apr 20, 2016 at 4:39 PM, Stefan Dirsch wrote: > >> > Patch suggestion by Thomas Klausner. See also > >> >

[PATCH] drm: Fix compilation on systems that don't provide O_CLOEXEC

2016-04-21 Thread Emil Velikov
On 20 April 2016 at 16:25, Stefan Dirsch wrote: > On Wed, Apr 20, 2016 at 04:47:20PM +0200, Daniel Vetter wrote: >> On Wed, Apr 20, 2016 at 4:39 PM, Stefan Dirsch wrote: >> > Patch suggestion by Thomas Klausner. See also >> > http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html >

[PATCH] drm: Fix compilation on systems that don't provide O_CLOEXEC

2016-04-20 Thread Stefan Dirsch
On Wed, Apr 20, 2016 at 04:47:20PM +0200, Daniel Vetter wrote: > On Wed, Apr 20, 2016 at 4:39 PM, Stefan Dirsch wrote: > > Patch suggestion by Thomas Klausner. See also > > http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html > > > > Signed-off-by: Stefan Dirsch > > Fix your OS

[PATCH] drm: Fix compilation on systems that don't provide O_CLOEXEC

2016-04-20 Thread Daniel Vetter
On Wed, Apr 20, 2016 at 4:39 PM, Stefan Dirsch wrote: > Patch suggestion by Thomas Klausner. See also > http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html > > Signed-off-by: Stefan Dirsch Fix your OS to have O_CLOEXEC semantics I think is what should happen here. It's an obvio

[PATCH] drm: Fix compilation on systems that don't provide O_CLOEXEC

2016-04-20 Thread Stefan Dirsch
Patch suggestion by Thomas Klausner. See also http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html Signed-off-by: Stefan Dirsch --- include/drm/drm.h | 4 1 file changed, 4 insertions(+) diff --git a/include/drm/drm.h b/include/drm/drm.h index b4ebaa9..739df01 100644 --- a

[PATCH] drm: Fix compilation on systems that don't provide O_CLOEXEC

2016-04-20 Thread Stefan Dirsch
Patch suggestion by Thomas Klausner . See also http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html Signed-off-by: Stefan Dirsch --- include/drm/drm.h | 4 1 file changed, 4 insertions(+) diff --git a/include/drm/drm.h b/include/drm/drm.h index b4ebaa9..739df01 100644 ---

[PATCH] drm: Fix compilation on systems that don't provide O_CLOEXEC

2016-04-20 Thread Eric Engestrom
On Wed, Apr 20, 2016 at 03:49:19PM +0200, Stefan Dirsch wrote: > Patch suggestion by Thomas Klausner . See You might want to replace that with a valid email address, or remove it :)