patch-1.3.16 linux/drivers/char/vt.c

Next file: linux/drivers/net/Space.c
Previous file: linux/drivers/char/tty_io.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.15/linux/drivers/char/vt.c linux/drivers/char/vt.c
@@ -29,7 +29,6 @@
 #include "selection.h"
 
 extern struct tty_driver console_driver;
-extern int sel_cons;
 
 #define VT_IS_IN_USE(i)	(console_driver.table[i] && console_driver.table[i]->count)
 #define VT_BUSY(i)	(VT_IS_IN_USE(i) || i == fg_console || i == sel_cons)
@@ -58,7 +57,6 @@
 extern void complete_change_console(unsigned int new_console);
 extern int vt_waitactive(void);
 extern void do_blank_screen(int nopowersave);
-extern void do_unblank_screen(void);
 
 extern unsigned int keymap_count;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this