Descriptionnet: 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/ #MessagesTotal messages: 3
|