Add DragonFly BSD support for device creation

DragonFly behaves just like FreeBSD in this regard.
main
Hasso Tepper 2008-04-07 15:27:43 +03:00 committed by Daniel Stone
parent dfa9f03992
commit 27c3785d3f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
#include "xf86drm.h"
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
#define DRM_MAJOR 145
#endif