xf86-video-intel: src/bios_reader/bios_reader.c

Ian Romanick idr at kemper.freedesktop.org
Wed Jan 7 21:46:38 PST 2009


 src/bios_reader/bios_reader.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 91c49067abab262edce54d33af8bfc03eee20f2e
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jan 7 21:45:54 2009 -0800

    Prevent redefinitions of CARD8 and friends.  Fixes build.

diff --git a/src/bios_reader/bios_reader.c b/src/bios_reader/bios_reader.c
index 974c272..717f5bf 100644
--- a/src/bios_reader/bios_reader.c
+++ b/src/bios_reader/bios_reader.c
@@ -39,9 +39,7 @@
 #include "../i830_bios.h"
 
 #include <X11/Xfuncproto.h>
-typedef uint8_t CARD8;
-typedef uint16_t CARD16;
-typedef uint32_t CARD32;
+#include <X11/Xmd.h>
 #define _PARSE_EDID_
 #include "edid.h"
 


More information about the xorg-commit mailing list