소스 검색

go.net/ipv6: add stubs for nacl build

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/98440046
Mikio Hara 11 년 전
부모
커밋
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