Date: Thu, 7 May 2009 03:23:22 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linux linux_socket.c Message-ID: <200905070323.n473NXce091817@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2009-05-07 03:23:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: SVN rev 191871 on 2009-05-07 03:23:22Z by dchagin 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 Revision Changes Path 1.83 +12 -5 src/sys/compat/linux/linux_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905070323.n473NXce091817>