Obsolete libXaw4
[oi-userland.git] / components / runtime / openjdk-24 / patches / illumos-port-20.patch
blob0b48ecd76b6a536471374c9150471c236be87809
1 --- a/src/hotspot/share/runtime/os.hpp Wed Aug 10 20:17:42 2022
2 +++ b/src/hotspot/share/runtime/os.hpp Thu Aug 11 11:42:41 2022
3 @@ -1018,6 +1018,8 @@
4 class Bsd;
5 #elif defined(LINUX)
6 class Linux;
7 +#elif defined(SOLARIS)
8 + class Solaris;
9 #elif defined(_WINDOWS)
10 class win32;
11 #endif