diff options
-rw-r--r-- | socket.c | 2 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -670,7 +670,7 @@ static val sock_connect(val sock, val sockaddr) sock_set_peer(sock, sockaddr); - return t; + return sock; } uw_throwf(socket_error_s, lit("sock-connect: cannot connect ~s"), sock, nao); @@ -37867,7 +37867,7 @@ object of type matching the address family of the socket. If the operation fails, an exception of type .code socket-error is thrown. Otherwise, the function returns -.codn t . +.metn socket . .coNP Function @ sock-bind .synb |