xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri May 2 11:02:52 PDT 2008


 src/AtomBios/includes/CD_Common_Types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f051359ac09c6b9416e39b9ca7d9dc0880aa1557
Author: thegraze <thegraze at googlemail.com>
Date:   Fri May 2 14:02:16 2008 -0400

    ATOM: add support for DragonFlyBSD

diff --git a/src/AtomBios/includes/CD_Common_Types.h b/src/AtomBios/includes/CD_Common_Types.h
index bc18c42..e80be23 100644
--- a/src/AtomBios/includes/CD_Common_Types.h
+++ b/src/AtomBios/includes/CD_Common_Types.h
@@ -51,7 +51,7 @@ Revision History:
 	//    typedef __int64             int64_t;
 		typedef unsigned __int32    uint32_t;
 		typedef __int32             int32_t;
-#elif defined (__linux__) || defined (__NetBSD__) || defined(__sun) || defined(__OpenBSD__) || defined (__FreeBSD__)
+#elif defined (__linux__) || defined (__NetBSD__) || defined(__sun) || defined(__OpenBSD__) || defined (__FreeBSD__) || defined(__DragonFly__)
 		typedef unsigned int uint32_t;
 		typedef int int32_t;
 	#else


More information about the xorg-commit mailing list