]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 245849:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Mar 2013 18:39:55 +0000 (18:39 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Mar 2013 18:39:55 +0000 (18:39 +0000)
commitd93311904011ce456316ed67e729dd9091de1cf4
treef578cf35b44ae445db19d471b58872d4528a5cc2
parent19217e343ea8e504de4df9e6ad2272c5553b3f17
MFC 245849:
Don't assume that all Linux TCP-level socket options are identical to
FreeBSD TCP-level socket options (only the first two are).  Instead,
using a mapping function and fail unsupported options as we do for other
socket option levels.

git-svn-id: svn://svn.freebsd.org/base/stable/8@247559 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/linux32/linux.h
sys/compat/linux/linux_socket.c
sys/i386/linux/linux.h