-- sockets.c
++ sockets.c
return -1;
}
if (ipbuf)
memcpy(retbuf, &sa.sin_addr, 4);
memcpy(ipbuf, &sa.sin_addr, 4);
#endif
return sock;