Fix for FreeBSD: sendto() wants the actual size of the sockaddr_* struct it gets...
commitb9cfa0c15b3fe4b5d977a97229a6ae110b484515
authorStelian Ionescu <sionescu@common-lisp.net>
Sun, 17 Feb 2008 01:31:26 +0000 (17 02:31 +0100)
committerStelian Ionescu <sionescu@common-lisp.net>
Sun, 17 Feb 2008 01:31:26 +0000 (17 02:31 +0100)
tree4279429f3186e932447b73b7659ae36153dd5907
parent0304cf1901b1a610ec15a0f4784b2780dfdb78fc
Fix for FreeBSD: sendto() wants the actual size of the sockaddr_* struct it gets, instead of accepting sizeof(sockaddr_storage).

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
net.sockets/common.lisp
net.sockets/socket-methods.lisp