LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/98440046
@@ -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 plan9 solaris
+// +build nacl plan9 solaris
package ipv6
-// +build !plan9,!windows
+// +build !nacl,!plan9,!windows
-// +build plan9 windows
+// +build nacl plan9 windows