mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
go.net/ipv4: fix build with go1.2
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/162110043
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs defs_dragonfly.go
|
||||
|
||||
// +build dragonfly
|
||||
|
||||
package ipv4
|
||||
|
||||
const (
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs defs_solaris.go
|
||||
|
||||
// +build go1.3
|
||||
// +build solaris
|
||||
|
||||
package ipv4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user