]> andersk Git - openssh.git/blobdiff - clientloop.c
- djm@cvs.openbsd.org 2004/06/14 01:44:39
[openssh.git] / clientloop.c
index 6401588a92cd170bd8955408ad97ae440dd929fa..eada56033a17f771863a3bfb8979469d85847f3e 100644 (file)
@@ -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));
 }
 
 /*
This page took 0.032279 seconds and 4 git commands to generate.