From 02a66801d979d706a4b445e24e03916eeaa2a404 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 26 Jul 2017 16:55:52 +0000 Subject: [PATCH] unix: fix FreeBSD 386 build It was broken by https://golang.org/cl/47290 Fixes golang/go#21136 Change-Id: I2a08869fd44a9776f0dc7d461814e1df4e606b5d Reviewed-on: https://go-review.googlesource.com/51270 Reviewed-by: Ian Lance Taylor --- unix/cap_freebsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/cap_freebsd.go b/unix/cap_freebsd.go index 83b6bcea..66a95c2f 100644 --- a/unix/cap_freebsd.go +++ b/unix/cap_freebsd.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build freebsd +// +build freebsd,amd64 package unix