diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-25 04:58:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-25 04:58:56 +0000 |
commit | c34582e22a50890482342f311f1d96d7c8fdd58a (patch) | |
tree | 8d97c4534c6b868f553f0a0aeec082169b51054f /etc/etc.wgrisc/MAKEDEV | |
parent | 9baa9119493335c80ca32188459fe1929c86194f (diff) |
remove bogus comment about pty use; chris@sefl.satelnet.org
Diffstat (limited to 'etc/etc.wgrisc/MAKEDEV')
-rw-r--r-- | etc/etc.wgrisc/MAKEDEV | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.wgrisc/MAKEDEV b/etc/etc.wgrisc/MAKEDEV index 24c3654d406..5e849eb30d6 100644 --- a/etc/etc.wgrisc/MAKEDEV +++ b/etc/etc.wgrisc/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.7 1998/11/19 08:18:58 dugsong Exp $ +# $OpenBSD: MAKEDEV,v 1.8 1998/11/25 04:58:55 millert Exp $ # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -226,7 +226,6 @@ pty*) 1) offset=16 name=q;; 2) offset=32 name=r;; 3) offset=48 name=s;; -# Note that telnetd, rlogind, and xterm (at least) only look at p-s. 4) offset=64 name=t;; 5) offset=80 name=u;; 6) offset=96 name=v;; |