You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
524 B
16 lines
524 B
diff -uNr xorgproto-2018.4/include/X11/Xpoll.h.in xorgproto-2018.4.mod/include/X11/Xpoll.h.in
|
|
--- xorgproto-2018.4/include/X11/Xpoll.h.in 2018-02-28 18:45:07.000000000 +0200
|
|
+++ xorgproto-2018.4.mod/include/X11/Xpoll.h.in 2018-09-28 13:19:06.115194995 +0300
|
|
@@ -98,9 +98,10 @@
|
|
|
|
#define __X_FDS_BITS @USE_FDS_BITS@
|
|
|
|
-#ifndef __FDS_BITS
|
|
-# define __FDS_BITS(p) ((p)->__X_FDS_BITS)
|
|
+#ifdef __FDS_BITS
|
|
+# undef __FDS_BITS
|
|
#endif
|
|
+#define __FDS_BITS(p) ((p)->__X_FDS_BITS)
|
|
|
|
#define __XFDS_BITS(p, n) (__FDS_BITS(p))[n]
|
|
|
|
|