Date: Sat, 8 Feb 2003 01:26:31 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c Message-ID: <200302080926.h189QVQu021974@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2003/02/08 01:26:31 PST Modified files: sys/compat/linux linux_socket.c Log: 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap, so be more careful about calling stackgap_init. Tested by: Fred Souza <fred@storming.org> 2) Linux_sendmsg was forgetting to fill out the bsd_args struct. Reviewed by: ume 3) The args to linux_connect have differently named types on alpha and i386, so add a cast to stop gcc complaining. Spotted by: peter Revision Changes Path 1.37 +15 -14 src/sys/compat/linux/linux_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302080926.h189QVQu021974>