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

Issue 50960043: code review 50960043: syscall: remove getsockname workaround for openbsd (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by jsing
Modified:
11 years, 6 months ago
Reviewers:
minux1
CC:
golang-codereviews, minux1
Visibility:
Public.

Description

syscall: remove getsockname workaround for openbsd Remove the getsockname workaround for unix domain sockets on OpenBSD. This was fixed in OpenBSD 5.2 and we now have a minimum requirement for OpenBSD 5.4-current.

Patch Set 1 #

Patch Set 2 : diff -r 7ecbc2b8ec97 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7ecbc2b8ec97 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 7ecbc2b8ec97 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 08b5c68af150 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M src/pkg/syscall/syscall_bsd.go View 1 2 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 3
jsing
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 6 months ago (2014-01-12 15:25:29 UTC) #1
minux1
LGTM.
11 years, 6 months ago (2014-01-12 19:26:37 UTC) #2
jsing
11 years, 6 months ago (2014-01-13 00:25:04 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=a2c4114981d6 ***

syscall: remove getsockname workaround for openbsd

Remove the getsockname workaround for unix domain sockets on OpenBSD.
This was fixed in OpenBSD 5.2 and we now have a minimum requirement
for OpenBSD 5.4-current.

R=golang-codereviews, minux.ma
CC=golang-codereviews
https://codereview.appspot.com/50960043
Sign in to reply to this message.

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