Re: Patch for glibc 2.25+ in xserver config/udev.c

2018-11-29 Thread Manoj Gupta
great, thanks for the info. On Wed, Nov 28, 2018 at 12:49 AM Michel Dänzer wrote: > > On 2018-11-28 5:12 a.m., Manoj Gupta wrote: > > Hello all, > > > > if there are no objections to this patch, can someone merge it? > > Adam merged it last week: > > https:/

Re: Patch for glibc 2.25+ in xserver config/udev.c

2018-11-28 Thread Manoj Gupta
Hello all, if there are no objections to this patch, can someone merge it? Thanks, Manoj On Tue, Nov 13, 2018 at 11:35 AM Manoj Gupta wrote: > > Thanks, > > updated the patch to modify dix-config.h.in. > > [PATCH] Include header to use major/minor. > > glibc 2.25 has

Re: Patch for glibc 2.25+ in xserver config/udev.c

2018-11-14 Thread Manoj Gupta
Thanks, updated the patch to modify dix-config.h.in. [PATCH] Include header to use major/minor. glibc 2.25 has dropped sys/sysmacros.h from sys/types.h, so add it explicitly in config/udev.c. This is similar to the commit 84e3b96b531363e47f6789aacfcae4aa60135e2e Signed-off-by: Manoj Gupta

Patch for glibc 2.25+ in xserver config/udev.c

2018-11-13 Thread Manoj Gupta
oj [PATCH] Include header to use major/minor. glibc 2.25 has dropped sys/sysmacros.h from sys/types.h, so add it explicitly in config/udev.c. This is similar to the commit 84e3b96b531363e47f6789aacfcae4aa60135e2e . Signed-off-by: Manoj Gupta --- config/udev.c | 5 + 1 file changed, 5