__linux__ is spelled with a lowercase 'l'

This commit is contained in:
Eric Anholt 2003-11-05 02:08:31 +00:00
parent 5864101ab4
commit e8f5b01a40
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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