]> Cypherpunks repositories - gostls13.git/commit
syscall: reduce duplication between *bsd and linux
authorDave Cheney <dave@cheney.net>
Fri, 5 Jul 2013 03:25:23 +0000 (13:25 +1000)
committerDave Cheney <dave@cheney.net>
Fri, 5 Jul 2013 03:25:23 +0000 (13:25 +1000)
commit2a730f8b16f1345ec8c077cb9453c5b1dcbb2c33
treee3a9d392a156c96fe80e1e8310b7491ae61cc4ea
parentad78f69f07cc6e94c3c612033d8525a4824bbfed
syscall: reduce duplication between *bsd and linux

Part 3 of several.

* Linux has grown a SetsockoptByte.
* SetsockoptIPMreqn is handled directly by syscall_linux.go and syscall_freebsd.go.

R=golang-dev, mikioh.mikioh, r, bradfitz
CC=golang-dev
https://golang.org/cl/10775043
src/pkg/syscall/syscall_bsd.go
src/pkg/syscall/syscall_linux.go
src/pkg/syscall/syscall_unix.go