X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmtcpnet.c;h=c1c1fb802869fa0d2e08159a9e14113a2c467003;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=791557d24c3254128bc3e3076d2278460ce4aac7;hpb=20f433efac8908e7024b3ae78fd8f6d3313f4d09;p=PuTTY.git diff --git a/mac/mtcpnet.c b/mac/mtcpnet.c index 791557d2..c1c1fb80 100644 --- a/mac/mtcpnet.c +++ b/mac/mtcpnet.c @@ -523,7 +523,7 @@ Socket mactcp_new(SockAddr addr, int port, int privport, int oobinline, } Socket mactcp_newlistener(char *srcaddr, int port, Plug plug, - int local_host_only) + int local_host_only, int address_family) { fatalbox("mactcp_newlistener");