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
Родитель 95186adcf5
Коммит cd2d3ece2e
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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