ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-attachlistener.patch
blobe7e0819d6e24e84c4512a0986014cae82ad976a6
1 --- a/src/hotspot/os/posix/attachListener_posix.cpp Thu Apr 18 06:50:24 2024
2 +++ b/src/hotspot/os/posix/attachListener_posix.cpp Fri Apr 19 14:27:04 2024
3 @@ -40,7 +40,7 @@
4 #include <sys/stat.h>
6 #if INCLUDE_SERVICES
7 -#ifndef AIX
8 +#if defined LINUX || defined BSD
10 #ifndef UNIX_PATH_MAX
11 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)0)->sun_path)