Date: Mon, 11 May 2009 13:50:42 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_socket.c Message-ID: <200905111354.n4BDsEr6079739@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2009-05-11 13:50:42 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux.h
sys/compat/linux linux_socket.c
Log:
SVN rev 191989 on 2009-05-11 13:50:42Z by dchagin
Translate l_timeval arg to native struct timeval in
linux_setsockopt()/linux_getsockopt() for SO_RCVTIMEO,
SO_SNDTIMEO opts as l_timeval has MD members.
Remove bogus __packed attribute from l_timeval struct on __amd64__.
PR: kern/134276
Submitted by: Thomas Mueller <tmueller sysgo com>
Approved by: kib (mentor)
MFC after: 2 weeks
Revision Changes Path
1.27 +1 -1 src/sys/amd64/linux32/linux.h
1.86 +40 -0 src/sys/compat/linux/linux_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905111354.n4BDsEr6079739>
