X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fpty.c;h=20ddc801e98a6b97ada39b8827f07f42713cce1e;hb=20f433efac8908e7024b3ae78fd8f6d3313f4d09;hp=7f46f1aa4da06916893386dbbb5e27e6d1320c40;hpb=6bcac21e36c648736f06a86d97eebd41a9a0c271;p=PuTTY.git diff --git a/unix/pty.c b/unix/pty.c index 7f46f1aa..20ddc801 100644 --- a/unix/pty.c +++ b/unix/pty.c @@ -486,7 +486,8 @@ static void pty_uxsel_setup(void) * freed by the caller. */ static const char *pty_init(void *frontend, void **backend_handle, Config *cfg, - char *host, int port, char **realhost, int nodelay) + char *host, int port, char **realhost, int nodelay, + int keepalive) { int slavefd; pid_t pid, pgrp;