diff options
author | lipeng sang - Sun Microsystems - Beijing China <Lipeng.Sang@Sun.COM> | 2008-08-15 08:58:54 +0800 |
---|---|---|
committer | lipeng sang - Sun Microsystems - Beijing China <Lipeng.Sang@Sun.COM> | 2008-08-15 08:58:54 +0800 |
commit | b52fe415da5fadd2c81549726feeec231acfd8f4 (patch) | |
tree | 8fcda9f213922ccaad85520c4fcb100b870b3bdd /usr/src/uts/common/io/tem.c | |
parent | 0a85b835eec57220e19c038ed5e0ceb42e3becfe (diff) | |
download | illumos-joyent-b52fe415da5fadd2c81549726feeec231acfd8f4.tar.gz |
6633412 sys/consplat.h is needed
Diffstat (limited to 'usr/src/uts/common/io/tem.c')
-rw-r--r-- | usr/src/uts/common/io/tem.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/tem.c b/usr/src/uts/common/io/tem.c index 775cd5c649..3cc0df18c3 100644 --- a/usr/src/uts/common/io/tem.c +++ b/usr/src/uts/common/io/tem.c @@ -20,12 +20,10 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * ANSI terminal emulator module; parse ANSI X3.64 escape sequences and * the like. @@ -60,7 +58,7 @@ #ifdef _HAVE_TEM_FIRMWARE #include <sys/promif.h> #endif /* _HAVE_TEM_FIRMWARE */ -#include <sys/consconfig_dacf.h> +#include <sys/consplat.h> /* Terminal emulator functions */ static int tem_setup_terminal(struct vis_devinit *, tem_t *, |