freebsd-ports/www/chromium/files/patch-content_zygote_zygote__linux.cc
Joseph Mingrone a0dbfe2fb0 www/chromium: Update to version 87.0.4280.66
Submitted by:	Matthias Wolf, cem, rene
Obtained from:	Some patches from OpenBSD port (robert@openbsd.org)
2020-12-01 04:06:37 +00:00

16 lines
473 B
C++

--- content/zygote/zygote_linux.cc.orig 2020-11-13 06:36:43 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>
@@ -650,3 +650,4 @@ bool Zygote::HandleGetSandboxStatus(int fd, base::Pick
}
} // namespace content
+#endif