xf86-video-ati: Branch 'master'

Michel Dänzer daenzer at kemper.freedesktop.org
Tue Mar 17 00:48:18 PDT 2015


 src/radeon_list.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4a98f60117c387a228d5cbaadb6e298fb4e865df
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Tue Mar 17 16:47:11 2015 +0900

    Add xorg_list_for_each_entry_safe fallback in radeon_list.h
    
    Fixes another build failure against older versions of xserver reported
    by "Pali" on IRC.

diff --git a/src/radeon_list.h b/src/radeon_list.h
index 4002013..77f74af 100644
--- a/src/radeon_list.h
+++ b/src/radeon_list.h
@@ -33,6 +33,7 @@
 #define xorg_list_add			list_add
 #define xorg_list_del			list_del
 #define xorg_list_for_each_entry	list_for_each_entry
+#define xorg_list_for_each_entry_safe	list_for_each_entry_safe
 #endif
 
 #endif /* _RADEON_LIST_H_ */


More information about the xorg-commit mailing list