From: Eric Anholt Date: Wed, 5 Nov 2003 02:08:31 +0000 (+0000) Subject: __linux__ is spelled with a lowercase 'l' X-Git-Tag: libdrm-1_0_0~498 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8f5b01a4087fac1e44f9f34894dc20a1cbf1e49;p=platform%2Fupstream%2Flibdrm.git __linux__ is spelled with a lowercase 'l' --- 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