forked from Lainports/opnsense-ports
11 lines
452 B
C++
11 lines
452 B
C++
--- ipc/ipc_channel_mojo.cc.orig 2022-02-28 16:54:41 UTC
|
|
+++ ipc/ipc_channel_mojo.cc
|
|
@@ -112,7 +112,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe
|
|
};
|
|
|
|
base::ProcessId GetSelfPID() {
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
if (int global_pid = Channel::GetGlobalPid())
|
|
return global_pid;
|
|
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|