Searched hist:"1 a52a4abf7af9e7cc74b04b4ca5ce6d71a3d671c" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | diff 1a52a4abf7af9e7cc74b04b4ca5ce6d71a3d671c Thu May 07 05:23:22 CEST 2009 Dmitry Chagin <dchagin@FreeBSD.org> Rework r191742. Use the protocol family constants for the domain argument validation.
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.
Suggested by: rwatson
Approved by: kib (mentor) MFC after: 1 month diff 1a52a4abf7af9e7cc74b04b4ca5ce6d71a3d671c Thu May 07 05:23:22 CEST 2009 Dmitry Chagin <dchagin@FreeBSD.org> Rework r191742. Use the protocol family constants for the domain argument validation.
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.
Suggested by: rwatson
Approved by: kib (mentor) MFC after: 1 month
|