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.i386 | |
parent | 9baa9119493335c80ca32188459fe1929c86194f (diff) |
remove bogus comment about pty use; chris@sefl.satelnet.org
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/MAKEDEV | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index f69a80434cc..36ae39c7eb3 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.66 1998/11/19 08:18:57 dugsong Exp $ +# $OpenBSD: MAKEDEV,v 1.67 1998/11/25 04:58:53 millert Exp $ # $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -376,7 +376,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;; |