Sat Oct 8 10:24:07 2016 UTC ()
Fix segfault when xf86-video-vmware module loads libvgahw


(ryoon)
diff -r1.11 -r1.12 xsrc/external/mit/xf86-video-vmware/include/config.h

cvs diff -r1.11 -r1.12 xsrc/external/mit/xf86-video-vmware/include/config.h (expand / switch to unified diff)

--- xsrc/external/mit/xf86-video-vmware/include/config.h 2015/02/13 08:00:39 1.11
+++ xsrc/external/mit/xf86-video-vmware/include/config.h 2016/10/08 10:24:07 1.12
@@ -33,27 +33,27 @@ @@ -33,27 +33,27 @@
33/* Define to 1 if you have the <sys/stat.h> header file. */ 33/* Define to 1 if you have the <sys/stat.h> header file. */
34#define HAVE_SYS_STAT_H 1 34#define HAVE_SYS_STAT_H 1
35 35
36/* Define to 1 if you have the <sys/types.h> header file. */ 36/* Define to 1 if you have the <sys/types.h> header file. */
37#define HAVE_SYS_TYPES_H 1 37#define HAVE_SYS_TYPES_H 1
38 38
39/* Define to 1 if you have the <unistd.h> header file. */ 39/* Define to 1 if you have the <unistd.h> header file. */
40#define HAVE_UNISTD_H 1 40#define HAVE_UNISTD_H 1
41 41
42/* Has version 2 of XA */ 42/* Has version 2 of XA */
43#undef HAVE_XA_2 43#undef HAVE_XA_2
44 44
45/* Has version 1.12.0 or greater of the Xserver */ 45/* Has version 1.12.0 or greater of the Xserver */
46#undef HAVE_XORG_SERVER_1_12_0 46#define HAVE_XORG_SERVER_1_12_0
47 47
48/* Has version 1.1.0 or greater of the Xserver */ 48/* Has version 1.1.0 or greater of the Xserver */
49#define HAVE_XORG_SERVER_1_1_0 1 49#define HAVE_XORG_SERVER_1_1_0 1
50 50
51/* Has version 1.2.0 or greater of the Xserver */ 51/* Has version 1.2.0 or greater of the Xserver */
52#define HAVE_XORG_SERVER_1_2_0 1 52#define HAVE_XORG_SERVER_1_2_0 1
53 53
54/* Has version 1.5.0 or greater of the Xserver */ 54/* Has version 1.5.0 or greater of the Xserver */
55#define HAVE_XORG_SERVER_1_5_0 1 55#define HAVE_XORG_SERVER_1_5_0 1
56 56
57/* Has version 1.7.0 or greater of the Xserver */ 57/* Has version 1.7.0 or greater of the Xserver */
58#define HAVE_XORG_SERVER_1_7_0 1 58#define HAVE_XORG_SERVER_1_7_0 1
59 59