12 lines
298 B
Text
12 lines
298 B
Text
Index: ipc/ipc_channel_common.cc
|
|
--- ipc/ipc_channel_common.cc.orig
|
|
+++ 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;
|