1 --- net/base/sockaddr_util_posix.cc.orig	2022-07-22 17:30:31 UTC
2 +++ net/base/sockaddr_util_posix.cc
3 @@ -41,7 +41,8 @@ bool FillUnixAddress(const std::string& socket_path,
4      return true;
5    }
6 
7 -#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9 +  // XXX ?
10    // Convert the path given into abstract socket name. It must start with
11    // the '\0' character, so we are adding it. |addr_len| must specify the
12    // length of the structure exactly, as potentially the socket name may
13