]> Zhao Yanbai Git Server - minix.git/commit
VFS: workaround to allow TIOCSCTTY on PTYs 70/3070/1
authorDavid van Moolenbroek <david@minix3.org>
Tue, 1 Sep 2015 11:42:03 +0000 (11:42 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 1 Sep 2015 11:42:03 +0000 (11:42 +0000)
commit4b12166f268352284014ecf4184d0132c4bedb45
treee13db3be96ec8ad92f0b260ab5432989645e38cc
parent29e004d23b889741e86581fc54384bc656f7013b
VFS: workaround to allow TIOCSCTTY on PTYs

Fix /dev/tty-related issues in tmux(1) by hardcoding the PTY major
in VFS in addition to the TTY major.  Even though this is exactly
what we did NOT want to have to do, the actual fix for this issue
is going to take a little longer.

Change-Id: I24c75eaf688b9ebd28e931f2e445b8442cfdac78
minix/servers/vfs/device.c