summaryrefslogtreecommitdiffstats
path: root/comms/birda/files/patch-options.c
blob: a1a7b77178638fe75146061eea017a7560c8edfe (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/options.c.orig	Wed Jan  2 17:22:11 2002
+++ src/options.c	Thu Aug 28 17:17:00 2003
@@ -427,6 +427,8 @@
     exit(-2);
   }
 
+  setbuf(stdin, 0);
+  setbuf(stdout, 0);
   if(pty && !openPty(pty)) {
     log("Cannot open pty\n");
     exit(-6);
OpenPOWER on IntegriCloud