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:
Mikio Hara
2014-10-24 17:37:38 +09:00
parent 95186adcf5
commit cd2d3ece2e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_dragonfly.go
// +build dragonfly
package ipv4
const (

View File

@@ -1,7 +1,7 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_solaris.go
// +build go1.3
// +build solaris
package ipv4