]> git.tuebingen.mpg.de Git - paraslash.git/commit
interactive: Set stderr to nonbuffered mode.
authorAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2012 23:18:23 +0000 (01:18 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2012 23:21:19 +0000 (01:21 +0200)
commitd46813b8c741782c07d6741c261d0575a8de00dd
treec3e25dacd6d1c954afd200dd0426257b2f406c55
parentfbd0d40a1086103770ebc078d4168394bcdb1c10
interactive: Set stderr to nonbuffered mode.

fdopen() might return a stream which is fully buffered or line buffered.
We want unbuffered unconditionally, so explicitly set the stream to
unbuffered mode.
interactive.c