16418361.patch revision 1351
234N/A--- a/hw/xfree86/modes/xf86cvt.c Sat Oct 13 16:38:50 2012
234N/A+++ b/hw/xfree86/modes/xf86cvt.c Thu Feb 28 13:00:17 2013
234N/A@@ -63,6 +63,14 @@
234N/A * want that. -- libv
234N/A *
234N/A */
234N/A+
234N/A+/* this should be removed once we figure out why ld is complaining
234N/A+ even though these are included in the mapfile - 16418361 */
234N/A+#if (defined(__sparc__) || defined(__sparc))
234N/A+extern _X_EXPORT BoxRec RegionEmptyBox = { 0, 0, 0, 0 };
234N/A+extern _X_EXPORT RegDataRec RegionEmptyData = { 0, 0 };
234N/A+#endif
234N/A+
234N/A DisplayModePtr
234N/A xf86CVTMode(int HDisplay, int VDisplay, float VRefresh, Bool Reduced,
234N/A Bool Interlaced)
234N/A