$OpenBSD: patch-vendor_github_com_junegunn_fzf_src_protector_protector_go,v 1.1.1.1 2018/06/12 00:10:00 abieber Exp $

Index: vendor/github.com/junegunn/fzf/src/protector/protector.go
--- vendor/github.com/junegunn/fzf/src/protector/protector.go.orig
+++ vendor/github.com/junegunn/fzf/src/protector/protector.go
@@ -0,0 +1,8 @@
+// +build !openbsd
+
+package protector
+
+// Protect calls OS specific protections like pledge on OpenBSD
+func Protect(s string) {
+	return
+}
