]> Cypherpunks repositories - gostls13.git/commit
syscall: add SetsockoptIpMreq
authorDave Cheney <dave@cheney.net>
Thu, 3 Feb 2011 19:15:35 +0000 (14:15 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 3 Feb 2011 19:15:35 +0000 (14:15 -0500)
commiteff195287313df629547ee8d54284b73574aa491
tree532deaa3e584b4aacee06ea22ae125c43429686e
parent33cf883440d9bdb256e8bdfd09e34bbddf583b11
syscall: add SetsockoptIpMreq

notes:
* due to Issue 1466 the Msghdr struct for
 src/pkg/syscall/ztypes_darwin_386.go
 src/pkg/syscall/ztypes_darwin_amd64.go
had to be edited after the godefs generation.
* ztypes_*.go files for linux, freebsd and darwin
have been prepared on the correct host OS and ARCH.
While the total increase is a dozen lines per file
the diff is larger due to a change to godefs,
 http://code.google.com/p/go/source/detail?r=c79e30afe9c8
while has altered the names of Pad members which
causes gofmt to realign the affected structs

R=rsc, mikioh
CC=golang-dev
https://golang.org/cl/4119053
src/pkg/syscall/syscall_bsd.go
src/pkg/syscall/syscall_linux.go
src/pkg/syscall/types_darwin.c
src/pkg/syscall/types_freebsd.c
src/pkg/syscall/types_linux.c
src/pkg/syscall/ztypes_darwin_386.go
src/pkg/syscall/ztypes_darwin_amd64.go
src/pkg/syscall/ztypes_freebsd_386.go
src/pkg/syscall/ztypes_freebsd_amd64.go
src/pkg/syscall/ztypes_linux_386.go
src/pkg/syscall/ztypes_linux_amd64.go