blob: 741638b3d127efc7299778fec68a6e43b174c0c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- net/base/sockaddr_util_posix.cc.orig 2025-10-28 14:29:43 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
|