blob: 9ffdc4024dcd141385d620f8c1f34c90f0a749bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- net/base/sockaddr_util_posix.cc.orig 2025-10-21 20:19:54 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
|