tty_pty - Use different dev_ops for unix98 ptys
commit43710d570d5168ffe4a60a1cb7d8aef6d97ffc4c
authorAlex Hornung <ahornung@gmail.com>
Fri, 25 Sep 2009 21:45:55 +0000 (25 22:45 +0100)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 28 Sep 2009 19:08:46 +0000 (28 12:08 -0700)
tree7b2080e949c43b45867b83c2794dd2597404e5a4
parent182104b0579cb85bfa5cfe7abdb2e14257d9c1e9
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