Re: [PATCH weston 2/2] launcher: Add sysmacros.h include for major()

2017-03-13 Thread Daniel Stone
Hi Emilio, On 13 March 2017 at 17:45, Emilio Pozuelo Monfort wrote: > On 13/03/17 17:33, Daniel Stone wrote: >> glibc 2.25 produces a warning when sysmacros.h is not directly included >> but major() is used, as it is intended to be moved to sysmacros.h and >> only there. Include it to keep the bu

Re: [PATCH weston 2/2] launcher: Add sysmacros.h include for major()

2017-03-13 Thread Emilio Pozuelo Monfort
On 13/03/17 17:33, Daniel Stone wrote: > glibc 2.25 produces a warning when sysmacros.h is not directly included > but major() is used, as it is intended to be moved to sysmacros.h and > only there. Include it to keep the build happy. > > Signed-off-by: Daniel Stone Series is: Reviewed-by: Emil

[PATCH weston 2/2] launcher: Add sysmacros.h include for major()

2017-03-13 Thread Daniel Stone
glibc 2.25 produces a warning when sysmacros.h is not directly included but major() is used, as it is intended to be moved to sysmacros.h and only there. Include it to keep the build happy. Signed-off-by: Daniel Stone --- libweston/launcher-direct.c| 1 + libweston/launcher-logind.c