summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ipc_ipc__channel.h
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-12-01 04:06:37 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-12-01 04:06:37 +0000
commita0dbfe2fb016ec18b858d0857d8c3ce21662d29c (patch)
tree0454226a8e0acc85a44cfa5e09502134947dbdef /www/chromium/files/patch-ipc_ipc__channel.h
parentgames/iqpuzzle: Update 1.2.0 -> 1.2.1 (diff)
www/chromium: Update to version 87.0.4280.66
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
Notes
Notes: svn path=/head/; revision=556709
Diffstat (limited to 'www/chromium/files/patch-ipc_ipc__channel.h')
-rw-r--r--www/chromium/files/patch-ipc_ipc__channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-ipc_ipc__channel.h b/www/chromium/files/patch-ipc_ipc__channel.h
index 64dc5f980629..573333487b91 100644
--- a/www/chromium/files/patch-ipc_ipc__channel.h
+++ b/www/chromium/files/patch-ipc_ipc__channel.h
@@ -1,11 +1,11 @@
---- ipc/ipc_channel.h.orig 2020-09-08 19:14:07 UTC
+--- ipc/ipc_channel.h.orig 2020-11-13 06:36:44 UTC
+++ ipc/ipc_channel.h
@@ -244,7 +244,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender {
static std::string GenerateUniqueRandomChannelID();
#endif
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
+-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
// Sandboxed processes live in a PID namespace, so when sending the IPC hello
// message from client to server we need to send the PID from the global
// PID namespace.