diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-04-11 18:15:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-04-11 18:15:00 +0000 |
commit | 63947102313cd484a9077c306298f3e45103a043 (patch) | |
tree | badff9c21cf896a9f60e80fb897c99400f67d313 /etc | |
parent | 9911af2fb09d99cd62e5eea9b976e23ce5bd9fed (diff) |
Add back a lie about tty* do that MAKEDEV works again. todd@ can fix...
Diffstat (limited to 'etc')
-rw-r--r-- | etc/MAKEDEV.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index debf935c99e..26ba4e3361a 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.6 2004/04/11 18:05:22 millert Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.7 2004/04/11 18:14:59 millert Exp $-})dnl divert(1)dnl dnl dnl Common device definitions. @@ -343,7 +343,8 @@ _mkdev(wsmouse, wsmouse*, {-M wsmouse$U c major_wsmouse_c $U 600-})dnl __devtitle(pty, Pseudo terminals)dnl __devitem(ptm, ptm, pty master device)dnl _mkdev(ptm, ptm, {-M ptm c major_ptm_c 0 666-})dnl -__devitem(pty, pty*, Set of 62 pseudo terminals)dnl +__devitem(tty, tty*, Set of 62 slave pseudo terminals)dnl +__devitem(pty, pty*, Set of 62 master pseudo terminals)dnl _mkdev(pty, pty*, {-if [ $U -gt 15 ]; then echo bad unit for pty in: $i continue |