X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmtcpnet.c;h=791557d24c3254128bc3e3076d2278460ce4aac7;hb=20f433efac8908e7024b3ae78fd8f6d3313f4d09;hp=a8404b7a12b1202646694daef5f40f5923d5bd9f;hpb=6bcac21e36c648736f06a86d97eebd41a9a0c271;p=PuTTY.git diff --git a/mac/mtcpnet.c b/mac/mtcpnet.c index a8404b7a..791557d2 100644 --- a/mac/mtcpnet.c +++ b/mac/mtcpnet.c @@ -410,7 +410,7 @@ Socket mactcp_register(void *sock, Plug plug) static TCPNotifyUPP mactcp_asr_upp; Socket mactcp_new(SockAddr addr, int port, int privport, int oobinline, - int nodelay, Plug plug) + int nodelay, int keepalive, Plug plug) { static struct socket_function_table fn_table = { mactcp_plug,