aboutsummaryrefslogtreecommitdiff
path: root/rtty.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtty.c')
-rw-r--r--rtty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtty.c b/rtty.c
index 766912f..9118f79 100644
--- a/rtty.c
+++ b/rtty.c
@@ -20,10 +20,6 @@ main()
if(!(fdout = open("/var/tmp/r.out", O_RDONLY)))
err(1, "open");
- flags = fcntl(0, F_GETFL, 0);
- flags |= O_NONBLOCK;
- fcntl(0, F_SETFL, flags);
-
FD_ZERO(&rfds0);
FD_ZERO(&rfds1);