Kaynağa Gözat

go.net/ipv4: add stubs for nacl build

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/95560048
Mikio Hara 11 yıl önce
ebeveyn
işleme
c64604833b

+ 1 - 1
ipv4/control_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 ipv4
 

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

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

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

+ 1 - 1
ipv4/sockopt_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 ipv4