diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-11-05 02:08:31 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-11-05 02:08:31 +0000 |
commit | e8f5b01a4087fac1e44f9f34894dc20a1cbf1e49 (patch) | |
tree | 35af7331acc6e487d133afb382348bcd0db40e0b | |
parent | 5864101ab4400aad6ca936bc94000a4607851bb3 (diff) |
__linux__ is spelled with a lowercase 'l'
-rw-r--r-- | shared-core/drm.h | 2 | ||||
-rw-r--r-- | shared/drm.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index 96e99016..6f575d52 100644 --- a/shared-core/drm.h +++ b/shared-core/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 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 |