tty_pty - Use different dev_ops for unix98 ptys
authorAlex Hornung <ahornung@gmail.com>
Fri, 25 Sep 2009 21:45:55 +0000 (22:45 +0100)
committerAlex Hornung <ahornung@gmail.com>
Fri, 25 Sep 2009 22:23:41 +0000 (23:23 +0100)
commit530c87491e4b4ad9279775916624508346e10831
treec9a610c17ec6ebe721ce88c2b11f9c6794f41131
parent6028d5c3a84466f081537e9db35c4f99f8fd8395
tty_pty - Use different dev_ops for unix98 ptys

* Use a different struct dev_ops for unix98 ptys, so a different major
  number is automatically allocated for them. This avoids maj/min collision
  between old-style bsd ptys and unix98 ptys.
sys/kern/tty_pty.c