Module Name: xsrc
Committed By: mrg
Date: Sat Jul 18 06:03:20 UTC 2015
Modified Files:
xsrc/external/mit/xfs/dist/os: io.c
Log Message:
move Xpoll.h to ensure its FD_SETSIZE definition is used.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/external/mit/xfs/dist/os/io.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xfs/dist/os/io.c
diff -u xsrc/external/mit/xfs/dist/os/io.c:1.1.1.5 xsrc/external/mit/xfs/dist/os/io.c:1.2
--- xsrc/external/mit/xfs/dist/os/io.c:1.1.1.5 Wed Feb 25 20:02:39 2015
+++ xsrc/external/mit/xfs/dist/os/io.c Sat Jul 18 06:03:20 2015
@@ -46,6 +46,8 @@ in this Software without prior written a
* THIS SOFTWARE.
*/
+#include "X11/Xpoll.h"
+
#include "config.h"
#include <X11/Xtrans/Xtrans.h>
@@ -57,7 +59,6 @@ in this Software without prior written a
#include <X11/fonts/FSproto.h>
#include "clientstr.h"
-#include "X11/Xpoll.h"
#include "osdep.h"
#include "globals.h"
#include "dispatch.h"