diff options
Diffstat (limited to 'www/chromium/files/patch-content_zygote_zygote__linux.cc')
-rw-r--r-- | www/chromium/files/patch-content_zygote_zygote__linux.cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_zygote_zygote__linux.cc b/www/chromium/files/patch-content_zygote_zygote__linux.cc new file mode 100644 index 000000000000..e4fdd0a4a1a7 --- /dev/null +++ b/www/chromium/files/patch-content_zygote_zygote__linux.cc @@ -0,0 +1,16 @@ +--- content/zygote/zygote_linux.cc.orig 2020-09-16 15:28:21 UTC ++++ content/zygote/zygote_linux.cc +@@ -1,7 +1,7 @@ + // Copyright (c) 2012 The Chromium Authors. All rights reserved. + // 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" + + #include <errno.h> +@@ -658,3 +658,4 @@ bool Zygote::HandleGetSandboxStatus(int fd, base::Pick + } + + } // namespace content ++#endif |