io.sockets.unix: Fix ipv6 sends for udp on osx.

db4
Doug Coleman 2016-03-08 04:45:55 -08:00
parent a12a56f777
commit 3cd2775855
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ M: unix (receive-unsafe)
] when ; inline recursive
M: unix (send)
[ make-sockaddr/size ] [ [ handle>> ] keep ] bi* do-send ;
[ make-sockaddr/size-outgoing ] [ [ handle>> ] keep ] bi* do-send ;
! Unix domain sockets
M: local protocol-family drop PF_UNIX ;