diff options
Diffstat (limited to 'devel/electron5/files/patch-base_process_process__handle.cc')
-rw-r--r-- | devel/electron5/files/patch-base_process_process__handle.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron5/files/patch-base_process_process__handle.cc b/devel/electron5/files/patch-base_process_process__handle.cc deleted file mode 100644 index f450e6993dbd..000000000000 --- a/devel/electron5/files/patch-base_process_process__handle.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- base/process/process_handle.cc.orig 2019-04-08 08:18:04 UTC -+++ base/process/process_handle.cc -@@ -39,7 +39,7 @@ uint32_t GetUniqueIdForProcess() { - return g_unique_id; - } - --#if defined(OS_LINUX) || defined(OS_AIX) -+#if defined(OS_LINUX) || defined(OS_AIX) || defined(OS_BSD) - - void InitUniqueIdForProcessInPidNamespace(ProcessId pid_outside_of_namespace) { - g_unique_id = MangleProcessId(pid_outside_of_namespace); |