blob: 3e86a2297f6a5a884a9248c92ab059bba7dacc44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$OpenBSD: patch-content_zygote_zygote_linux_cc,v 1.13 2021/11/16 11:28:47 robert Exp $
Index: content/zygote/zygote_linux.cc
--- content/zygote/zygote_linux.cc.orig
+++ content/zygote/zygote_linux.cc
@@ -1,6 +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"
@@ -650,3 +651,4 @@ bool Zygote::HandleGetSandboxStatus(int fd, base::Pick
}
} // namespace content
+#endif
|