K 10 svn:author V 7 dchagin K 8 svn:date V 27 2009-06-02T04:44:38.109247Z K 7 svn:log V 335 MFC r191742,r191871: Linux socketpair() call expects explicit specified protocol for AF_LOCAL domain unlike FreeBSD which expects 0 in this case. Return EAFNOSUPPORT in case when the incorrect domain argument is specified. Return EPROTONOSUPPORT instead of passing values that are not 0 to the BSD layer. Approved by: kib (mentor) END