rpms/xorg-x11-drv-sis/devel abi.patch,1.1,1.2

Dave Airlie airlied at fedoraproject.org
Tue Jun 23 00:55:40 UTC 2009


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-sis/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21936

Modified Files:
	abi.patch 
Log Message:
* Tue Jun 23 2009 Dave Airlie <airlied at redhat.com> 0.10.1-3
- abi.patch: fixup for new server ABI


abi.patch:

Index: abi.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-sis/devel/abi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- abi.patch	23 Jun 2009 00:49:34 -0000	1.1
+++ abi.patch	23 Jun 2009 00:55:40 -0000	1.2
@@ -239,7 +239,7 @@ diff -up xf86-video-sis-0.10.1/src/sis_d
 -	        if(xf86LoadSubModule(pScrn, "glx")) {
 -		   xf86LoaderReqSymLists(driSymbols, drmSymbols, NULL);
 -		} else {
-+	        if(!xf86LoadSubModule(pScrn, "glx")) 
++	        if(!xf86LoadSubModule(pScrn, "glx")) {
  		   SISErrorLog(pScrn, "Failed to load glx module\n");
- 		}
+		}
  	     }




More information about the fedora-extras-commits mailing list