mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/3d5581ff-d388-11ed-8581-a8a1599412c6.html Differential Revision: https://reviews.freebsd.org/D39432
11 lines
437 B
C++
11 lines
437 B
C++
--- base/process/kill_posix.cc.orig 2023-04-05 11:05:06 UTC
|
|
+++ base/process/kill_posix.cc
|
|
@@ -157,7 +157,7 @@ void EnsureProcessTerminated(Process process) {
|
|
0, new BackgroundReaper(std::move(process), Seconds(2)));
|
|
}
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
void EnsureProcessGetsReaped(Process process) {
|
|
DCHECK(!process.is_current());
|
|
|