[xorg-commit-diffs] xc/programs/Xserver/hw/sun sunIo.c, 1.1.4.2.6.1, 1.1.4.2.6.1.6.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Tue Apr 20 13:27:11 EST 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/Xserver/hw/sun
In directory pdx:/tmp/cvs-serv1812/xc/programs/Xserver/hw/sun

Modified Files:
      Tag: XPRINT
	sunIo.c 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=491 - RFE: Need workaround for bug 467 ("Xfree86 smart scheduler breaks Xprt")

Index: sunIo.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/sun/sunIo.c,v
retrieving revision 1.1.4.2.6.1
retrieving revision 1.1.4.2.6.1.6.1
diff -u -d -r1.1.4.2.6.1 -r1.1.4.2.6.1.6.1
--- a/sunIo.c	4 Mar 2004 17:47:31 -0000	1.1.4.2.6.1
+++ b/sunIo.c	20 Apr 2004 03:27:08 -0000	1.1.4.2.6.1.6.1
@@ -193,6 +193,11 @@
     AbortDDX ();
 }
 
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
+
 int
 ddxProcessArgument (argc, argv, i)
     int	argc;




More information about the xorg-commit-diffs mailing list