diff options
| author | rui zang - Sun Microsystems - Beijing China <Aaron.Zang@Sun.COM> | 2008-09-25 14:01:48 +0800 |
|---|---|---|
| committer | rui zang - Sun Microsystems - Beijing China <Aaron.Zang@Sun.COM> | 2008-09-25 14:01:48 +0800 |
| commit | aecfc01d1bad84e66649703f7fc2926ef70b34ba (patch) | |
| tree | 30d7ae76f4cff7994f216c9e89819dda18b2ae63 /usr/src/cmd/Adm | |
| parent | f4565e39fe75b2c28258c16bc697741760935002 (diff) | |
| download | illumos-joyent-aecfc01d1bad84e66649703f7fc2926ef70b34ba.tar.gz | |
PSARC 2006/591 Virtual Console
PSARC 2008/515 Virtual Console Update
4309501 Need additional local 'terminal'
--HG--
rename : usr/src/uts/intel/sys/kd.h => usr/src/uts/common/sys/kd.h
Diffstat (limited to 'usr/src/cmd/Adm')
| -rw-r--r-- | usr/src/cmd/Adm/ttysrch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/cmd/Adm/ttysrch b/usr/src/cmd/Adm/ttysrch index ef3bd2e4ed..b4e2195503 100644 --- a/usr/src/cmd/Adm/ttysrch +++ b/usr/src/cmd/Adm/ttysrch @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,8 +21,6 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" -# # This file is used by ttyname(3C) to minimize search time # during attempts to determine the name of a terminal device. # @@ -56,5 +53,6 @@ # in the /dev/slan directory. # /dev/pts +/dev/vt /dev/term /dev/zcons |
