commit | 379497e3ff861dc22e08500165379758f158e879 | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux@golang.org> | Sat May 16 21:52:17 2015 -0400 |
committer | Minux Ma <minux@golang.org> | Mon May 18 19:15:57 2015 +0000 |
tree | 802cde5641c50e25f8f84409f51c1d829a298bc9 | |
parent | ca94ffdedb4060a516af1fa10b560d5ad860dc4b [diff] [blame] |
unix: add explicit build tags Change-Id: I62774b8ee0c1a7cc1a3b7009ca860e3fd64a6564 Signed-off-by: Shenghou Ma <minux@golang.org> Reviewed-on: https://go-review.googlesource.com/10182 Reviewed-by: Rob Pike <r@golang.org>
diff --git a/unix/syscall_freebsd_386.go b/unix/syscall_freebsd_386.go index b3b02d4..6255d40 100644 --- a/unix/syscall_freebsd_386.go +++ b/unix/syscall_freebsd_386.go
@@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build 386,freebsd + package unix import (