xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Mon Jul 6 00:46:06 PDT 2009


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

New commits:
commit 5eeb1fd19c6797cc76ce308570dffe34cb82b24d
Author: Dave Airlie <airlied at linux.ie>
Date:   Mon Jul 6 17:45:50 2009 +1000

    radeon: oops fix compile without libdrm

diff --git a/src/radeon_dummy_bufmgr.h b/src/radeon_dummy_bufmgr.h
index b3ff991..e08e656 100644
--- a/src/radeon_dummy_bufmgr.h
+++ b/src/radeon_dummy_bufmgr.h
@@ -55,7 +55,7 @@ static inline void radeon_cs_flush_indirect(ScrnInfoPtr pScrn)
 }
 
 static inline void radeon_ddx_cs_start(ScrnInfoPtr pScrn, int n,
-				       const char *file, const char *func, int line);
+				       const char *file, const char *func, int line)
 {
 }
 


More information about the xorg-commit mailing list