X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/5e96b6162ec8bc0d573ea734ffddfb58cb6f3408..170694d7698f04943edbd843993a978e04a01ce8:/clientloop.c diff --git a/clientloop.c b/clientloop.c index 6401588a..eada5603 100644 --- a/clientloop.c +++ b/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.123 2004/06/13 15:03:02 djm Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.124 2004/06/14 01:44:38 djm Exp $"); #include "ssh.h" #include "ssh1.h" @@ -167,7 +167,7 @@ static void enter_non_blocking(void) { in_non_blocking_mode = 1; - (void) fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); + set_nonblock(fileno(stdin)); } /*