[#] http://marc.info/?l=openbsd-ports-cvs&m=140629920716664&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-07-27 09:44:34


CVSROOT: /cvs
Module name: ports
Changes by: jsing@cvs.openbsd.org 2014/07/25 08:39:41

Modified files:
lang/go : Makefile
Added files:
lang/go/patches: patch-src_pkg_syscall_route_openbsd_go

Log message:
The size of if_msghdr changed with r1.156 of net/if.h, which means that
the various Sizeof*MsgHdr constants are now incorrect. This results in
various problems when attempting to parse the routing messages. Fix this
by respecting the header length returned from the kernel.

Makes regress pass again...

ok sthen@