Преглед на файлове

go.net/ipv6: add stubs for nacl build

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/98440046
Mikio Hara преди 12 години
родител
ревизия
1e5c0004cd
променени са 8 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 1 1
      ipv6/control_rfc3542_stub.go
  2. 1 1
      ipv6/dgramopt_stub.go
  3. 1 1
      ipv6/genericopt_stub.go
  4. 1 1
      ipv6/helper_stub.go
  5. 1 1
      ipv6/icmp_stub.go
  6. 1 1
      ipv6/payload_cmsg.go
  7. 1 1
      ipv6/payload_noncmsg.go
  8. 1 1
      ipv6/sockopt_rfc3542_stub.go

+ 1 - 1
ipv6/control_rfc3542_stub.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 plan9 solaris
+// +build nacl plan9 solaris
 
 package ipv6
 

+ 1 - 1
ipv6/dgramopt_stub.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 plan9 solaris
+// +build nacl plan9 solaris
 
 package ipv6
 

+ 1 - 1
ipv6/genericopt_stub.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 plan9 solaris
+// +build nacl plan9 solaris
 
 package ipv6
 

+ 1 - 1
ipv6/helper_stub.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 plan9 solaris
+// +build nacl plan9 solaris
 
 package ipv6
 

+ 1 - 1
ipv6/icmp_stub.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 plan9 solaris
+// +build nacl plan9 solaris
 
 package ipv6
 

+ 1 - 1
ipv6/payload_cmsg.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 !plan9,!windows
+// +build !nacl,!plan9,!windows
 
 package ipv6
 

+ 1 - 1
ipv6/payload_noncmsg.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 plan9 windows
+// +build nacl plan9 windows
 
 package ipv6
 

+ 1 - 1
ipv6/sockopt_rfc3542_stub.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 plan9 solaris
+// +build nacl plan9 solaris
 
 package ipv6