mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
11 lines
500 B
C++
11 lines
500 B
C++
--- base/process/process_handle.cc.orig 2021-01-07 00:36:18 UTC
|
|
+++ base/process/process_handle.cc
|
|
@@ -30,7 +30,7 @@ UniqueProcId GetUniqueIdForProcess() {
|
|
: UniqueProcId(GetCurrentProcId());
|
|
}
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX)
|
|
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX) || defined(OS_BSD)
|
|
|
|
void InitUniqueIdForProcessInPidNamespace(ProcessId pid_outside_of_namespace) {
|
|
DCHECK(pid_outside_of_namespace != kNullProcessId);
|