diff options
author | David Dawes <dawes@xfree86.org> | 2003-05-20 22:42:24 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2003-05-20 22:42:24 +0000 |
commit | 2134577e314d1dac4b48b78e5b6d6e92f2c76ea8 (patch) | |
tree | 2a3fca6452b6fe0752e0059f044c631267e7ba16 /bsd | |
parent | b942999b5915cbad75f16f6c242bab03c33f0c8b (diff) |
Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb).
(resync with XFree86 trunk)
Diffstat (limited to 'bsd')
-rw-r--r-- | bsd/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |