$OpenBSD: patch-src_syscall_exec_bsd_go,v 1.3 2021/08/27 18:33:27 jsing Exp $

Index: src/syscall/exec_bsd.go
--- src/syscall/exec_bsd.go.orig
+++ src/syscall/exec_bsd.go
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build dragonfly || freebsd || netbsd || (openbsd && mips64)
-// +build dragonfly freebsd netbsd openbsd,mips64
+//go:build dragonfly || freebsd || netbsd
+// +build dragonfly freebsd netbsd
 
 package syscall
 
