7034f5e54b
Approved by: rene (mentor)
11 lines
289 B
C++
11 lines
289 B
C++
--- ipc/ipc_channel_common.cc.orig 2023-03-13 07:33:08 UTC
|
|
+++ ipc/ipc_channel_common.cc
|
|
@@ -10,7 +10,7 @@
|
|
|
|
namespace IPC {
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
|
|
namespace {
|
|
int g_global_pid = 0;
|