aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ipc_ipc__channel__common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ipc_ipc__channel__common.cc')
-rw-r--r--devel/electron33/files/patch-ipc_ipc__channel__common.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ipc_ipc__channel__common.cc b/devel/electron33/files/patch-ipc_ipc__channel__common.cc
deleted file mode 100644
index c68294ff75b0..000000000000
--- a/devel/electron33/files/patch-ipc_ipc__channel__common.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- ipc/ipc_channel_common.cc.orig 2023-02-01 18:43:22 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;