projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa9f03
)
Add DragonFly BSD support for device creation
author
Hasso Tepper
<hasso@estpak.ee>
Mon, 7 Apr 2008 12:27:43 +0000
(15:27 +0300)
committer
Daniel Stone
<daniel@fooishbar.org>
Mon, 7 Apr 2008 12:27:43 +0000
(15:27 +0300)
DragonFly behaves just like FreeBSD in this regard.
libdrm/xf86drm.c
patch
|
blob
|
history
diff --git
a/libdrm/xf86drm.c
b/libdrm/xf86drm.c
index 3317ba5cf2c76f6fdf18802b565bf63a53d824ea..28f481ff639899633c40329a7c98b1d764b8e9f6 100644
(file)
--- a/
libdrm/xf86drm.c
+++ b/
libdrm/xf86drm.c
@@
-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