OSDN Git Service

xf86drm: Remove ifdef for FreeBSD and DRM_MAJOR
[android-x86/external-libdrm.git] / xf86drm.c
index 63ba1ed..fd8c596 100644 (file)
--- a/xf86drm.c
+++ b/xf86drm.c
@@ -75,7 +75,7 @@
 
 #include "util_math.h"
 
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
+#ifdef __DragonFly__
 #define DRM_MAJOR 145
 #endif