components/stdcxx/patches/000-driver.cpp.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 25 Oct 2012 15:06:24 -0700
branchs11-update
changeset 2409 209bbf1d133f
parent 402 94ae4d75524c
permissions -rw-r--r--
7205720 less needs TPNO and license file modifications

--- stdcxx-4.2.1/tests/src/driver.cpp	2008-04-24 20:23:00.000000000 -0400
+++ stdcxx-4.2.1/tests/src/driver.cpp	2009-03-27 22:47:58.487126000 -0400
@@ -301,6 +301,8 @@
             RW_TEST_STR (__GLIBC__) "."          \
             RW_TEST_STR (__GLIBC_MINOR__)
 
+#  elif defined (__SunOS_5_11)
+#    define RW_TEST_OS "sunos-5.11"
 #  elif defined (__SunOS_5_10)
 #    define RW_TEST_OS "sunos-5.10"
 #  elif defined (__SunOS_5_9)