opnsense-ports/comms/birda/files/patch-options.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
252 B
C

--- 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);