blob: 1b3be1e31565550cd71bc422d8cdeafeae339b88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- net/base/sockaddr_util_posix.cc.orig 2025-09-10 13:22:16 UTC
+++ net/base/sockaddr_util_posix.cc
@@ -60,7 +60,8 @@ bool FillUnixAddress(const std::string& 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, so we are adding it. |addr_len| must specify the
// length of the structure exactly, as potentially the socket name may
|