Module Name:    xsrc
Committed By:   riastradh
Date:           Fri Aug 15 15:16:35 UTC 2014

Modified Files:
        xsrc/external/mit/xf86-video-radeonhd/dist/src: r6xx_accel.h
            rhd_video.h

Log Message:
Nuke bogus redefinitions of uint32/64_t.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    xsrc/external/mit/xf86-video-radeonhd/dist/src/r6xx_accel.h
cvs rdiff -u -r1.1.1.3 -r1.2 \
    xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_video.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-radeonhd/dist/src/r6xx_accel.h
diff -u xsrc/external/mit/xf86-video-radeonhd/dist/src/r6xx_accel.h:1.1.1.2 xsrc/external/mit/xf86-video-radeonhd/dist/src/r6xx_accel.h:1.2
--- xsrc/external/mit/xf86-video-radeonhd/dist/src/r6xx_accel.h:1.1.1.2	Mon Nov  9 01:43:57 2009
+++ xsrc/external/mit/xf86-video-radeonhd/dist/src/r6xx_accel.h	Fri Aug 15 15:16:35 2014
@@ -3,10 +3,6 @@
 
 #include "xf86drm.h"
 
-/* seriously ?! @#$%% */
-# define uint32_t CARD32
-# define uint64_t CARD64
-
 /* r600_exa.c */
 Bool R6xxEXAInit(ScrnInfoPtr pScrn, ScreenPtr pScreen);
 void R6xxEXACloseScreen(ScreenPtr pScreen);

Index: xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_video.h
diff -u xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_video.h:1.1.1.3 xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_video.h:1.2
--- xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_video.h:1.1.1.3	Mon Nov  9 01:43:57 2009
+++ xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_video.h	Fri Aug 15 15:16:35 2014
@@ -26,10 +26,6 @@
 #ifndef _RHD_VIDEO_H
 #define _RHD_VIDEO_H
 
-/* seriously ?! @#$%% */
-# define uint32_t CARD32
-# define uint64_t CARD64
-
 enum RHDXvColorSpace {
     RHD_XV_COLOR_SPACE_AUTODETECT,
     RHD_XV_COLOR_SPACE_REC601,

Reply via email to