Date: Fri, 26 Oct 2001 16:10:09 -0700 (PDT) From: Bill Fenner <fenner@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c Message-ID: <200110262310.f9QNA9T96273@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 2001/10/26 16:10:09 PDT Modified files: sys/compat/linux linux_socket.c Log: Force the length of the sockaddr to be correct for AF_INET and AF_INET6 in bind() and connect(). Linux doesn't care if the length of the sockaddr matches its address family; FreeBSD does. This fixes the known issues with the resolver in linux_base-7. Revision Changes Path 1.30 +24 -3 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?200110262310.f9QNA9T96273>