summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-06-10 01:21:23 +0000
committerDave Airlie <airlied@linux.ie>2005-06-10 01:21:23 +0000
commitf4aa8ab715cdb2382609f51dda4d832de417894a (patch)
treebf592d727c72ff1db6b0309c5cdb52cd5343de09 /shared-core/drm.h
parent28759fd872842c41f38edaf77a140a798609dd20 (diff)
add dragonfly #define from Xorg CVS
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index d54a7687..3acd40a8 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -73,7 +73,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__) || defined(__OpenBSD__)
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#if defined(__FreeBSD__) && defined(IN_MODULE)
/* Prevent name collision when including sys/ioccom.h */
#undef ioctl