]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for FreeBSD 10
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 4 Mar 2014 00:26:56 +0000 (09:26 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 4 Mar 2014 00:26:56 +0000 (09:26 +0900)
commit25668b9b349cf076f3ac07c02556a77d169f897b
tree627619ae44a6333b73b7fa9ca51d11eb7bd85fcd
parentd30d42915ab9ae24b20674ef20a9f1eac745c714
syscall: add support for FreeBSD 10

This CL tweaks syscall.InterfaceMessage to support FreeBSD 10 and
prior to 10.

See http://svnweb.freebsd.org/base?view=revision&revision=254804.

Fixes #7193.

LGTM=iant
R=golang-codereviews, rsc, minux.ma, gobot, iant
CC=golang-codereviews
https://golang.org/cl/56980043
src/pkg/syscall/route_freebsd.go
src/pkg/syscall/route_freebsd_32bit.go [new file with mode: 0644]
src/pkg/syscall/route_freebsd_64bit.go [new file with mode: 0644]