Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8)

Issue 202051: code review 202051: FreeBSD: Kill only takes pid & signal (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 6 months ago by cw
Modified:
15 years, 6 months ago
Reviewers:
CC:
dho, rsc, golang-dev
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : code review 202051: FreeBSD: Kill only takes pid & signal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -8 lines) Patch
M src/pkg/syscall/syscall_freebsd.go View 2 chunks +1 line, -4 lines 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_386.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_amd64.go View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
cw
Hello dho, rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 6 months ago (2010-02-04 17:55:00 UTC) #1
dho
On 2010/02/04 17:55:00, cw wrote: > Hello dho, rsc (cc: mailto:golang-dev@googlegroups.com), > > I'd like ...
15 years, 6 months ago (2010-02-04 17:56:18 UTC) #2
cw
On Thu, Feb 04, 2010 at 05:56:18PM +0000, devon.odell@gmail.com wrote: > LGTM. There may be ...
15 years, 6 months ago (2010-02-04 17:59:17 UTC) #3
rsc
LGTM If you are interested in pushing this further it should be not too hard ...
15 years, 6 months ago (2010-02-04 19:22:51 UTC) #4
rsc
15 years, 6 months ago (2010-02-04 21:08:56 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=0ca35b6e416b ***

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
http://codereview.appspot.com/202051

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b