[PATCH libdrm] xf86drm: use the correct device minor names on OpenBSD

2015-07-20 Thread Emil Velikov
Hi Jonathan, On 18 July 2015 at 22:20, Jonathan Gray wrote: > Add defines for the device minor names and make use of them > in drmGetMinorName() so the correct paths will be used on OpenBSD. > > Signed-off-by: Jonathan Gray > --- > xf86drm.c | 6 +++--- > xf86drm.h | 15 +++ > 2 fi

[PATCH libdrm] xf86drm: use the correct device minor names on OpenBSD

2015-07-19 Thread Jonathan Gray
Add defines for the device minor names and make use of them in drmGetMinorName() so the correct paths will be used on OpenBSD. Signed-off-by: Jonathan Gray --- xf86drm.c | 6 +++--- xf86drm.h | 15 +++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/xf86drm.c b/xf86d