diff options
Diffstat (limited to 'devel/electron37/files/patch-content_zygote_zygote__linux.cc')
-rw-r--r-- | devel/electron37/files/patch-content_zygote_zygote__linux.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-content_zygote_zygote__linux.cc b/devel/electron37/files/patch-content_zygote_zygote__linux.cc new file mode 100644 index 000000000000..6b1710248f7f --- /dev/null +++ b/devel/electron37/files/patch-content_zygote_zygote__linux.cc @@ -0,0 +1,15 @@ +--- content/zygote/zygote_linux.cc.orig 2025-04-22 20:15:27 UTC ++++ content/zygote/zygote_linux.cc +@@ -1,6 +1,7 @@ + // Copyright 2012 The Chromium Authors + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. ++#if 0 + + #include "content/zygote/zygote_linux.h" + +@@ -705,3 +706,4 @@ void Zygote::HandleReinitializeLoggingRequest(base::Pi + } + + } // namespace content ++#endif |