mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 11:38:13 +02:00
__linux__ is spelled with a lowercase 'l'
This commit is contained in:
parent
5864101ab4
commit
e8f5b01a40
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue