commit | 380f4ab2ff17e3b23b429de867bcabf611f731d6 | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Thu Apr 21 16:58:20 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Apr 21 16:58:20 2011 -0400 |
tree | e5c847464c19865a78f14a620bb3f51ad89b6f00 | |
parent | ee154f5df534479d1ef0d956280399bf6a7ad492 [diff] |
syscall: add BPF support for darwin/386, darwin/amd64 note: due to issue 1466 the Msghdr and BpfProgram struct for src/pkg/syscall/ztypes_darwin_386.go, src/pkg/syscall/ztypes_darwin_amd64.go had to be edited after the godefs generation. R=rsc CC=golang-dev https://golang.org/cl/4403042