]> Cypherpunks repositories - gostls13.git/commit
FreeBSD: Kill only takes pid & signal
authorChristopher Wedgwood <cw@f00f.org>
Thu, 4 Feb 2010 21:08:54 +0000 (13:08 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Feb 2010 21:08:54 +0000 (13:08 -0800)
commitb655fa8d1df43cd2a6e96566195597b2efbe4bc6
tree3ae0c67332498e0c4f07bb2af71bf8cdc39e5590
parentdcabd19a37127f7074ff694cb00a3741019f8111
FreeBSD: Kill only takes pid & signal

Cosmetic fix.  The FreeBSD system call only takes two
arguments.

http://fxr.watson.org/fxr/source/kern/kern_sig.c?im=bigexcerpts#L1678

R=dho, rsc
CC=golang-dev
https://golang.org/cl/202051
src/pkg/syscall/syscall_freebsd.go
src/pkg/syscall/zsyscall_freebsd_386.go
src/pkg/syscall/zsyscall_freebsd_amd64.go