$NetBSD: patch-src_3rdparty_chromium_net_socket_unix__domain__client__socket__posix.cc,v 1.2 2022/04/18 11:18:19 adam Exp $ --- src/3rdparty/chromium/net/socket/unix_domain_client_socket_posix.cc.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/net/socket/unix_domain_client_socket_posix.cc @@ -57,7 +57,7 @@ bool UnixDomainClientSocket::FillAddress return true; } -#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) // Convert the path given into abstract socket name. It must start with // the '\0' character, so we are adding it. |addr_len| must specify the // length of the structure exactly, as potentially the socket name may