Module Name:    xsrc
Committed By:   ryoon
Date:           Sat Oct  8 10:24:07 UTC 2016

Modified Files:
        xsrc/external/mit/xf86-video-vmware/include: config.h

Log Message:
Fix segfault when xf86-video-vmware module loads libvgahw


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
    xsrc/external/mit/xf86-video-vmware/include/config.h

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/xf86-video-vmware/include/config.h
diff -u xsrc/external/mit/xf86-video-vmware/include/config.h:1.11 xsrc/external/mit/xf86-video-vmware/include/config.h:1.12
--- xsrc/external/mit/xf86-video-vmware/include/config.h:1.11	Fri Feb 13 08:00:39 2015
+++ xsrc/external/mit/xf86-video-vmware/include/config.h	Sat Oct  8 10:24:07 2016
@@ -43,7 +43,7 @@
 #undef HAVE_XA_2
 
 /* Has version 1.12.0 or greater of the Xserver */
-#undef HAVE_XORG_SERVER_1_12_0
+#define HAVE_XORG_SERVER_1_12_0
 
 /* Has version 1.1.0 or greater of the Xserver */
 #define HAVE_XORG_SERVER_1_1_0 1

Reply via email to