diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-14 04:41:33 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-14 04:41:33 +0000 |
commit | 46f0cbf00c41adebbf1476daa1893d0eb3eb68ee (patch) | |
tree | 11324586fd4146f9344ae66d7311a12a16ae951c /etc | |
parent | 27892773eebc23d9cf6e06ee627a1ce15f7627b3 (diff) |
crank pty by one; ok millert@,deraadt@,miod@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/MAKEDEV.mi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi index 903b2baf596..4428e23f223 100644 --- a/etc/MAKEDEV.mi +++ b/etc/MAKEDEV.mi @@ -1,6 +1,6 @@ include(MAKEDEV.sub)dnl dnl -vers(a,{-$OpenBSD: MAKEDEV.mi,v 1.27 2002/02/14 04:37:15 todd Exp $-})dnl +vers(a,{-$OpenBSD: MAKEDEV.mi,v 1.28 2002/02/14 04:41:32 todd Exp $-})dnl dnl divert(1)dnl {-#-} @@ -106,7 +106,7 @@ twrget(all,attyB,sd,5,6,7,8,9)dnl target(all,sd,0,1,2,3,4)dnl target(all,mcd,0)dnl twrget(all,fdesc,fd)dnl -target(all,pty,0,1)dnl +target(all,pty,0,1,2)dnl target(all,st,0,1)dnl target(all,ch,0)dnl target(all,cd,0,1)dnl |