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

Issue 6305054: code review 6305054: net: fix cgoAddrInfoFlags() on FreeBSD (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by minux1
Modified:
13 years, 1 month ago
Reviewers:
CC:
golang-dev, rsc1
Visibility:
Public.

Description

net: fix cgoAddrInfoFlags() on FreeBSD CL 6250075 removed AI_MASK mask on all BSD variants, however FreeBSD's AI_MASK does not include AI_V4MAPPED and AI_ALL, and its libc is strict about the ai_flags. This will fix the FreeBSD builder.

Patch Set 1 #

Patch Set 2 : diff -r aa46d9ec8715 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 2787cca7ac8f https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/net/cgo_bsd.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
13 years, 1 month ago (2012-06-06 12:15:50 UTC) #1
rsc1
LGTM
13 years, 1 month ago (2012-06-06 13:57:41 UTC) #2
minux1
13 years, 1 month ago (2012-06-06 14:03:46 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ac649f1028db ***

net: fix cgoAddrInfoFlags() on FreeBSD
        CL 6250075 removed AI_MASK mask on all BSD variants,
        however FreeBSD's AI_MASK does not include AI_V4MAPPED
        and AI_ALL, and its libc is strict about the ai_flags.

        This will fix the FreeBSD builder.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6305054
Sign in to reply to this message.

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