aboutsummaryrefslogtreecommitdiffstats
path: root/www/ungoogled-chromium/files/patch-net_base_sockaddr__util__posix.cc
blob: 6444cc6c899ef3dd77f15594d3dc1d50a19fbdf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/base/sockaddr_util_posix.cc.orig	2025-10-21 16:57:35 UTC
+++ net/base/sockaddr_util_posix.cc
@@ -51,7 +51,8 @@ bool FillUnixAddress(std::string_view socket_path,
     return true;
   }
 
-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+  // XXX ?
   // Convert the path given into abstract socket name. It must start with
   // the '\0' character, skip over it, as it should already be zero. `addr_len`
   // must specify the length of the structure exactly, as potentially the socket