aboutsummaryrefslogtreecommitdiff
path: root/devel/electron17/files/patch-ipc_ipc__channel__common.cc
blob: 025874d92ad4b8e1bb80070d3289d739743fe392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ipc/ipc_channel_common.cc.orig	2022-05-11 07:16:53 UTC
+++ ipc/ipc_channel_common.cc
@@ -10,7 +10,7 @@
 
 namespace IPC {
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 
 namespace {
 int g_global_pid = 0;