diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-sandbox_linux_services_init__process__reaper.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-sandbox_linux_services_init__process__reaper.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/ungoogled-chromium/files/patch-sandbox_linux_services_init__process__reaper.cc b/www/ungoogled-chromium/files/patch-sandbox_linux_services_init__process__reaper.cc index f53e8f4c2e5e..aab3c3765194 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_linux_services_init__process__reaper.cc +++ b/www/ungoogled-chromium/files/patch-sandbox_linux_services_init__process__reaper.cc @@ -1,14 +1,14 @@ ---- sandbox/linux/services/init_process_reaper.cc.orig 2025-03-09 21:38:10 UTC +--- sandbox/linux/services/init_process_reaper.cc.orig 2025-09-10 13:22:16 UTC +++ sandbox/linux/services/init_process_reaper.cc -@@ -7,6 +7,7 @@ - #pragma allow_unsafe_libc_calls - #endif +@@ -2,6 +2,7 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. +#if 0 #include "sandbox/linux/services/init_process_reaper.h" #include <signal.h> -@@ -105,3 +106,4 @@ bool CreateInitProcessReaper(base::OnceClosure post_fo +@@ -101,3 +102,4 @@ bool CreateInitProcessReaper(base::OnceClosure post_fo } } // namespace sandbox. |