aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-17 01:42:41 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-17 01:42:41 +0000
commit3689020ade1cb195eb1f7d34f52da855f4920b15 (patch)
tree5e612291b09d963c8f12ab0abd7876af3b1429a9
parentce200281b24495908c4a9e33069f5ab36ab30cee (diff)
downloadxen-3689020ade1cb195eb1f7d34f52da855f4920b15.tar.gz
xen-3689020ade1cb195eb1f7d34f52da855f4920b15.tar.bz2
xen-3689020ade1cb195eb1f7d34f52da855f4920b15.zip
bitkeeper revision 1.1159.175.2 (419aac910pa0nMHuaLaEOWmKvC9JVg)
waste 4 bytes to avoid #ifdef ugliness
-rw-r--r--linux-2.6.9-xen-sparse/drivers/char/tty_io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-2.6.9-xen-sparse/drivers/char/tty_io.c b/linux-2.6.9-xen-sparse/drivers/char/tty_io.c
index c524a5c13a..32e28717f8 100644
--- a/linux-2.6.9-xen-sparse/drivers/char/tty_io.c
+++ b/linux-2.6.9-xen-sparse/drivers/char/tty_io.c
@@ -131,9 +131,8 @@ LIST_HEAD(tty_drivers); /* linked list of tty drivers */
vt.c for deeply disgusting hack reasons */
DECLARE_MUTEX(tty_sem);
-#ifdef CONFIG_VT
int console_use_vt = 1;
-#endif
+
#ifdef CONFIG_UNIX98_PTYS
extern struct tty_driver *ptm_driver; /* Unix98 pty masters; for /dev/ptmx */
extern int pty_limit; /* Config limit on Unix98 ptys */