From e8f5b01a4087fac1e44f9f34894dc20a1cbf1e49 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 5 Nov 2003 02:08:31 +0000 Subject: [PATCH] __linux__ is spelled with a lowercase 'l' --- shared-core/drm.h | 2 +- shared/drm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared-core/drm.h b/shared-core/drm.h index 96e9901..6f575d5 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 96e9901..6f575d5 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 -- 2.7.4