diff options
Diffstat (limited to 'devel/electron4/files/patch-ipc_ipc__channel__mojo.cc')
-rw-r--r-- | devel/electron4/files/patch-ipc_ipc__channel__mojo.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron4/files/patch-ipc_ipc__channel__mojo.cc b/devel/electron4/files/patch-ipc_ipc__channel__mojo.cc deleted file mode 100644 index bc05846fe751..000000000000 --- a/devel/electron4/files/patch-ipc_ipc__channel__mojo.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ipc/ipc_channel_mojo.cc.orig 2019-03-15 06:37:27 UTC -+++ ipc/ipc_channel_mojo.cc -@@ -64,7 +64,7 @@ class MojoChannelFactory : public ChannelFactory { - }; - - base::ProcessId GetSelfPID() { --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) - if (int global_pid = Channel::GetGlobalPid()) - return global_pid; - #endif // OS_LINUX |