From 2134577e314d1dac4b48b78e5b6d6e92f2c76ea8 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Tue, 20 May 2003 22:42:24 +0000 Subject: Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb). (resync with XFree86 trunk) --- bsd/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsd') diff --git a/bsd/drm.h b/bsd/drm.h index abe2ac3f..df2fa246 100644 --- a/bsd/drm.h +++ b/bsd/drm.h @@ -45,7 +45,7 @@ #define DRM_IOC_WRITE _IOC_WRITE #define DRM_IOC_READWRITE _IOC_READ|_IOC_WRITE #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size) -#elif defined(__FreeBSD__) || defined(__NetBSD__) +#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #if defined(__FreeBSD__) && defined(XFree86Server) /* Prevent name collision when including sys/ioccom.h */ #undef ioctl -- cgit v1.2.3