Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-04-04 13:22:08 +0000
committerThomas Watson2017-04-04 13:22:08 +0000
commitc189509058e11b50887852f69023291e4aca988c (patch)
tree75e8ff60f06d0c5ff0a2b4a24e44e4c69aef8853 /bundles
parent3009de647647090c859b3747dacc072e1ec63ed4 (diff)
downloadrt.equinox.framework-c189509058e11b50887852f69023291e4aca988c.tar.gz
rt.equinox.framework-c189509058e11b50887852f69023291e4aca988c.tar.xz
rt.equinox.framework-c189509058e11b50887852f69023291e4aca988c.zip
Bug 508357 - Native library is not loaded from bundle on SolarisI20170405-0300I20170405-0200I20170405-0130I20170404-2000
Make SunOS and Solaris alias each other. Change-Id: Ic40e4d7888530fa328eaea2460db45225a393a67 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases
index 2a5106fae..513730b80 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/osname.aliases
@@ -28,8 +28,8 @@ Netware # Novell
OpenBSD # Open source
OS2 OS/2 # IBM
QNX procnto # QNX Neutrino 2.1
-Solaris # Sun
-SunOS # Sun
+Solaris SunOS # Sun
+SunOS Solaris # Sun
VxWorks # WindRiver Systems
Windows95 "Windows 95" Win95 Win32 # Microsoft
Windows98 "Windows 98" Win98 Win32 # Microsoft

Back to the top