17385060 Xvnc is missing the SUN_TSOL extension s12_31
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 03 Sep 2013 15:33:12 -0700
changeset 1405 005591bfa13c
parent 1404 56e407ea0816
child 1406 1c119a0c7495
17385060 Xvnc is missing the SUN_TSOL extension
open-src/xserver/xorg/17385060.patch
open-src/xserver/xorg/patch-list
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/xserver/xorg/17385060.patch	Tue Sep 03 15:33:12 2013 -0700
@@ -0,0 +1,15 @@
+--- a/mi/miinitext.c	Fri Aug 30 09:09:00 2013
++++ b/mi/miinitext.c	Fri Aug 30 10:10:51 2013
+@@ -317,6 +317,12 @@
+ #ifdef RES
+     {ResExtensionInit, XRES_NAME, &noResExtension},
+ #endif
++#if defined(SolarisIAExtension) && !defined(XORGSERVER)
++    {IAExtensionInit, IANAME, &noIAExtension},
++#endif
++#if defined(TSOL) && !defined(XORGSERVER)
++    {TsolExtensionInit, TSOLNAME, &noXTSolExtension},
++#endif
+ #ifdef XV
+     {XvExtensionInit, XvName, &noXvExtension},
+     {XvMCExtensionInit, XvMCName, &noXvExtension},
--- a/open-src/xserver/xorg/patch-list	Wed Aug 28 13:20:32 2013 -0700
+++ b/open-src/xserver/xorg/patch-list	Tue Sep 03 15:33:12 2013 -0700
@@ -29,3 +29,4 @@
 sparc-config-improv.patch,-p1
 16794101.patch,-p1
 remove-sbus-probe.patch,-p1
+17385060.patch,-p1