Project

General

Profile

Feature #17187 » ruby3-socksocket-fix.patch

A quick patch to fix the compilation of official Ruby 3.0.0 - PhobosK (Phobos Kappa), 12/28/2020 02:48 PM

View differences:

ext/socket/sockssocket.c 2020-12-25 05:33:01.000000000 +0200 → ext/socket/sockssocket.c 2020-12-28 15:42:50.310029778 +0200
init = 1;
}
return rsock_init_inetsock(sock, host, port, Qnil, Qnil, INET_SOCKS, Qnil);
return rsock_init_inetsock(sock, host, port, Qnil, Qnil, INET_SOCKS, Qnil, Qnil);
}
#ifdef SOCKS5
(2-2/2)