summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/drm.h b/shared/drm.h
index 96e99016..6f575d52 100644
--- a/shared/drm.h
+++ b/shared/drm.h
@@ -84,7 +84,7 @@
#ifdef __OpenBSD__
#define DRM_MAJOR 81
#endif
-#if defined(__Linux__) || defined(__NetBSD__)
+#if defined(__linux__) || defined(__NetBSD__)
#define DRM_MAJOR 226
#endif
#define DRM_MAX_MINOR 15