Quellcode durchsuchen

go.net/ipv4: add stubs for nacl build

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/95560048
Mikio Hara vor 11 Jahren
Ursprung
Commit
c64604833b
5 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  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
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 // license that can be found in the LICENSE file.
 
 
-// +build plan9 solaris
+// +build nacl plan9 solaris
 
 
 package ipv4
 package ipv4
 
 

+ 1 - 1
ipv4/dgramopt_stub.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 // license that can be found in the LICENSE file.
 
 
-// +build plan9 solaris
+// +build nacl plan9 solaris
 
 
 package ipv4
 package ipv4
 
 

+ 1 - 1
ipv4/genericopt_stub.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 // license that can be found in the LICENSE file.
 
 
-// +build plan9 solaris
+// +build nacl plan9 solaris
 
 
 package ipv4
 package ipv4
 
 

+ 1 - 1
ipv4/helper_stub.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 // license that can be found in the LICENSE file.
 
 
-// +build plan9 solaris
+// +build nacl plan9 solaris
 
 
 package ipv4
 package ipv4
 
 

+ 1 - 1
ipv4/sockopt_stub.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 // license that can be found in the LICENSE file.
 
 
-// +build plan9 solaris
+// +build nacl plan9 solaris
 
 
 package ipv4
 package ipv4