summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-01 00:52:37 +0000
committerbde <bde@FreeBSD.org>1997-07-01 00:52:37 +0000
commit9f44f619f676cc290a603d5c98d0d61053caafa7 (patch)
tree65ad78e951a923553769c9630e822039d0c8a162 /sys/kern/tty_cons.c
parent8dcf4da6425f47bc89ecf48cbfb3890e31f25a97 (diff)
downloadFreeBSD-src-9f44f619f676cc290a603d5c98d0d61053caafa7.zip
FreeBSD-src-9f44f619f676cc290a603d5c98d0d61053caafa7.tar.gz
Removed extra definition of constty. It is defined in subr_prf.c.
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r--sys/kern/tty_cons.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c
index 1a56c85..f39d319 100644
--- a/sys/kern/tty_cons.c
+++ b/sys/kern/tty_cons.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
- * $Id$
+ * $Id: cons.c,v 1.51 1997/02/22 09:32:10 peter Exp $
*/
#include <sys/param.h>
@@ -84,8 +84,6 @@ static struct cdevsw cn_cdevsw =
cnioctl, nullstop, nullreset, nodevtotty,/* console */
cnselect, nommap, NULL, "console", NULL, -1 };
-struct tty *constty = 0; /* virtual console output device */
-
static dev_t cn_dev_t;
SYSCTL_OPAQUE(_machdep, CPU_CONSDEV, consdev, CTLTYPE_OPAQUE|CTLFLAG_RD,
&cn_dev_t, sizeof cn_dev_t, "T,dev_t", "");
OpenPOWER on IntegriCloud