]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.4] syscall: fix the deprecated way of parsing routing message...
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 22 Dec 2014 03:30:16 +0000 (12:30 +0900)
committerRuss Cox <rsc@golang.org>
Wed, 14 Jan 2015 23:54:43 +0000 (23:54 +0000)
commitcece1bd03ff241c2c5c6f7055db3c12976560374
treeef704ad8770dda4151cdf07bd785f4283d3fb563
parentac15ad8a38130a44f5dfc583a717e71bbdb3aa1f
[release-branch.go1.4] syscall: fix the deprecated way of parsing routing message on openbsd

OpenBSD 5.5 changed its kernel ABI and OpenBSD 5.6 enabled it.
This CL works on both 5.5 and 5.6.

Fixes #9102.

Change-Id: I4a295be9ab8acbc99e550d8cb7e8f8dacf3a03c5
Reviewed-on: https://go-review.googlesource.com/1932
Reviewed-by: Ian Lance Taylor <iant@golang.org>
(cherry picked from commit 13e16b39fc269fcba3383bd6c133da3e0e0345e9)
Reviewed-on: https://go-review.googlesource.com/2826
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/route_openbsd.go