summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-04-11 18:14:59 +0000
committermillert <millert@openbsd.org>2004-04-11 18:14:59 +0000
commit3f51474295a6f54ec1915d1fd76069c08be019b5 (patch)
tree88419d7433d6a79a69b886f8b50b4e778b2e5db2
parentmove via-specific chunks to own file (diff)
downloadwireguard-openbsd-3f51474295a6f54ec1915d1fd76069c08be019b5.tar.xz
wireguard-openbsd-3f51474295a6f54ec1915d1fd76069c08be019b5.zip
Add back a lie about tty* do that MAKEDEV works again. todd@ can fix...
-rw-r--r--etc/MAKEDEV.common5
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