summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-ipc_ipc__channel_mojo.cc
blob: 0e4fe69eb383f735c73bbe142ebcb7f84859afb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ipc/ipc_channel_mojo.cc.orig	2017-08-10 04:18:45.930792000 +0200
+++ ipc/ipc_channel_mojo.cc	2017-08-10 04:19:05.792138000 +0200
@@ -228,7 +228,7 @@
 }
 
 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