diff options
Diffstat (limited to 'usr/src/cmd/Adm/ttysrch')
-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 |