aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dri/files/patch-xf86drm.h
blob: 89993ddaaa45bc94ac83b9f804b9fe22fd37386d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/mesa/drivers/dri/dri_client/imports/xf86drm.h.orig  Sun Feb 13 22:44:48 2005
+++ src/mesa/drivers/dri/dri_client/imports/xf86drm.h   Sun Feb 13 22:44:55 2005
@@ -285,7 +285,7 @@
 #define DRM_LOCK_CONT  0x40000000 /**< Hardware lock is contended */
 
 #if defined(__GNUC__) && (__GNUC__ >= 2)
-# if defined(__i386) || defined(__AMD64__)
+# if defined(__i386) || defined(__amd64__)
                /* Reflect changes here to drmP.h */
 #define DRM_CAS(lock,old,new,__ret)                                    \
    do {                                                           \