K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2003-02-08T09:26:31.000000Z K 7 svn:log V 393 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 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 END