From 5aa7325eaa14d7ed4b520f40d58adf2834c8de01 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Fri, 15 May 2015 10:20:26 +0900 Subject: [PATCH] ipv6: fix build on linux/arm64 Change-Id: I519fbce7681b18694336482e9135731647ed3efa Reviewed-on: https://go-review.googlesource.com/10095 Reviewed-by: Brad Fitzpatrick --- ipv6/syscall_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipv6/syscall_unix.go b/ipv6/syscall_unix.go index 68f93420..a2bd8363 100644 --- a/ipv6/syscall_unix.go +++ b/ipv6/syscall_unix.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 darwin dragonfly freebsd linux,amd64 linux,arm linux,ppc64 linux,ppc64le netbsd openbsd +// +build darwin dragonfly freebsd linux,!386 netbsd openbsd package ipv6