17385060 Xvnc is missing the SUN_TSOL extension s11u2_23
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Wed, 04 Sep 2013 08:25:33 -0700
changeset 1364 5e89846c37b3
parent 1363 7a864d6b11b3
child 1365 5d5b3d9ec868
17385060 Xvnc is missing the SUN_TSOL extension
open-src/xserver/xorg/17404398.patch
open-src/xserver/xorg/patch-list
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/xserver/xorg/17404398.patch	Wed Sep 04 08:25:33 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 21 14:24:53 2013 -0700
+++ b/open-src/xserver/xorg/patch-list	Wed Sep 04 08:25:33 2013 -0700
@@ -28,3 +28,4 @@
 16418361.patch,-p1
 sparc-config-improv.patch,-p1
 16794101.patch,-p1
+17404398.patch,-p1