components/stdcxx/patches/000-driver.cpp.patch
author Lijo George - Oracle Corporation - Bangalore India <lijo.x.george@oracle.com>
Thu, 20 Mar 2014 04:02:54 -0700
branchs11-update
changeset 2991 5b038555a590
parent 402 94ae4d75524c
permissions -rw-r--r--
16206544 man snmptrapd.conf wrong configuration path

--- 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)