Re: [PATCH] xf86drm: only include for FreeBSD build case

2020-01-09 Thread Seung-Woo Kim
Hi On 2020년 01월 10일 00:28, Niclas Zeising wrote: > On 2020-01-09 16:18, Jani Nikula wrote: >> On Thu, 09 Jan 2020, Seung-Woo Kim wrote: >>> The header is only required FreeBSD and GNU libc >>> 2.30 starts to warn about Linux specific header >>> deprecation. Only include for FreeBSD. >>> >>> Si

Re: [PATCH] xf86drm: only include for FreeBSD build case

2020-01-09 Thread Seung-Woo Kim
Hi, On 2020년 01월 10일 00:18, Jani Nikula wrote: > On Thu, 09 Jan 2020, Seung-Woo Kim wrote: >> The header is only required FreeBSD and GNU libc >> 2.30 starts to warn about Linux specific header >> deprecation. Only include for FreeBSD. >> >> Signed-off-by: Seung-Woo Kim >> --- >> xf86drmMode

Re: [PATCH] xf86drm: only include for FreeBSD build case

2020-01-09 Thread Niclas Zeising
On 2020-01-09 16:18, Jani Nikula wrote: On Thu, 09 Jan 2020, Seung-Woo Kim wrote: The header is only required FreeBSD and GNU libc 2.30 starts to warn about Linux specific header deprecation. Only include for FreeBSD. Signed-off-by: Seung-Woo Kim --- xf86drmMode.c |2 ++ 1 files cha

Re: [PATCH] xf86drm: only include for FreeBSD build case

2020-01-09 Thread Jani Nikula
On Thu, 09 Jan 2020, Seung-Woo Kim wrote: > The header is only required FreeBSD and GNU libc > 2.30 starts to warn about Linux specific header > deprecation. Only include for FreeBSD. > > Signed-off-by: Seung-Woo Kim > --- > xf86drmMode.c |2 ++ > 1 files changed, 2 insertions(+), 0 delet

[PATCH] xf86drm: only include for FreeBSD build case

2020-01-09 Thread Seung-Woo Kim
The header is only required FreeBSD and GNU libc 2.30 starts to warn about Linux specific header deprecation. Only include for FreeBSD. Signed-off-by: Seung-Woo Kim --- xf86drmMode.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/xf86drmMode.c b/xf86drmMode.c index