Explorar el Código

ipv6: fix build on linux/arm64

Change-Id: I519fbce7681b18694336482e9135731647ed3efa
Reviewed-on: https://go-review.googlesource.com/10095
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Mikio Hara hace 10 años
padre
commit
5aa7325eaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ipv6/syscall_unix.go

+ 1 - 1
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