Browse Source

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 years ago
parent
commit
c64604833b
5 changed files with 5 additions and 5 deletions
  1. 1 1
      ipv4/control_stub.go
  2. 1 1
      ipv4/dgramopt_stub.go
  3. 1 1
      ipv4/genericopt_stub.go
  4. 1 1
      ipv4/helper_stub.go
  5. 1 1
      ipv4/sockopt_stub.go

+ 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