[PATCH libdrm] xf86drm: remove makedev() hack/workaround

2015-09-07 Thread Emil Velikov
On 7 August 2015 at 17:39, Emil Velikov wrote: > Back when this was introduced commit 569da5a42eb(Merged glxmisc-3-0-0) > sys/sysmacros.h was used instead of the respecive headers (as per the > manual). > > We've been handling it correctly for a little while now - in Linux, BSD > and Solaris. Thus

[PATCH libdrm] xf86drm: remove makedev() hack/workaround

2015-08-07 Thread Emil Velikov
Back when this was introduced commit 569da5a42eb(Merged glxmisc-3-0-0) sys/sysmacros.h was used instead of the respecive headers (as per the manual). We've been handling it correctly for a little while now - in Linux, BSD and Solaris. Thus we can drop this workaround. Signed-off-by: Emil Velikov