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.alpha | |
parent | 9baa9119493335c80ca32188459fe1929c86194f (diff) |
remove bogus comment about pty use; chris@sefl.satelnet.org
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index ce079b6f7d4..ba22d242b03 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.40 1998/11/19 08:18:55 dugsong Exp $ +# $OpenBSD: MAKEDEV,v 1.41 1998/11/25 04:58:52 millert Exp $ # $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -331,7 +331,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;; |