]> Cypherpunks repositories - gostls13.git/commit
syscall: fix the deprecated way of parsing routing message on openbsd
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 22 Dec 2014 03:30:16 +0000 (12:30 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 22 Dec 2014 23:42:33 +0000 (23:42 +0000)
commit13e16b39fc269fcba3383bd6c133da3e0e0345e9
tree40e277bdab1da57dc281be34fa1c347a098a2555
parentc6669e7af58cb9406226c038b1cadef6e754dc74
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>
src/syscall/route_openbsd.go