diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-23 04:57:43 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-11 01:04:21 +0000 |
commit | 90d14d2015dda79c7b465b74dd3aaf2dfc25d43c (patch) | |
tree | f85d5dd216f2055444169302906ea9c6d896276b /DISTRO_PORTING | |
parent | eaf73b061604c028aa28f960870a9b46aab2f76a (diff) |
ptyfwd: Don't set the output prop of stdin, nor the input props of stdout.
It was calling cfmakeraw(3) on the properties for STDIN_FILENO; cfmakeraw
sets both input and output properties. If (and only if) stdin and stdout
are the same device is this correct. Otherwise, we must change only the
input properties of stdin, and only the output properties of stdout.
Diffstat (limited to 'DISTRO_PORTING')
0 files changed, 0 insertions, 0 deletions