$NetBSD: patch-sandbox_linux_services_init__process__reaper.cc,v 1.7 2025/09/12 16:02:33 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- sandbox/linux/services/init_process_reaper.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ sandbox/linux/services/init_process_reaper.cc @@ -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 @@ -101,3 +102,4 @@ bool CreateInitProcessReaper(base::OnceC } } // namespace sandbox. +#endif