[Xorg-commit] xc/config/cf cygwin.cf,1.1.4.1.2.3,1.1.4.1.2.4

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: ago

Update of /cvs/xorg/xc/config/cf
In directory pdx:/tmp/cvs-serv15278

Modified Files:
      Tag: CYGWIN
	cygwin.cf 
Log Message:
- add -DFD_SETSIZE=256 to ConnectionFlags. Cygwin uses only 64 instead of 256
  bits but the macros in Xpoll expect 256 bits. This fixes a segfault in xfs.


Index: cygwin.cf
===================================================================
RCS file: /cvs/xorg/xc/config/cf/cygwin.cf,v
retrieving revision 1.1.4.1.2.3
retrieving revision 1.1.4.1.2.4
diff -u -d -r1.1.4.1.2.3 -r1.1.4.1.2.4
--- cygwin.cf	8 Jan 2004 05:07:59 -0000	1.1.4.1.2.3
+++ cygwin.cf	1 Feb 2004 12:32:27 -0000	1.1.4.1.2.4
@@ -243,7 +243,7 @@
 #define XkbServerDefines        -DXKB_ALWAYS_USES_SOFT_REPEAT
 #define ServerExtraDefines      -DGCCUSESGAS XWinServerDefines \
 				AllocateLocalDefines
-#define ConnectionFlags         -DTCPCONN -DUNIXCONN
+#define ConnectionFlags         -DTCPCONN -DUNIXCONN -DFD_SETSIZE=256
 #define ExtraLibraries          
 #define InstUidFlags            -m 4711
 #define UseRgbTxt               YES





More information about the xorg-commit mailing list