patch-2.4.7 linux/drivers/sbus/char/sunkbd.c
Next file: linux/drivers/scsi/BusLogic.c
Previous file: linux/drivers/sbus/char/aurora.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Thu Jul 19 18:11:13 2001
- Orig file:
v2.4.6/linux/drivers/sbus/char/sunkbd.c
- Orig date:
Mon Jan 22 13:30:20 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/sbus/char/sunkbd.c linux/drivers/sbus/char/sunkbd.c
@@ -115,12 +115,12 @@
* return the value. I chose the former way.
*/
#ifndef CONFIG_PCI
-/*static*/ int shift_state;
+int shift_state;
+struct kbd_struct kbd_table[MAX_NR_CONSOLES];
#endif
static int npadch = -1; /* -1 or number assembled on pad */
static unsigned char diacr;
static char rep; /* flag telling character repeat */
-struct kbd_struct kbd_table[MAX_NR_CONSOLES];
static struct tty_struct **ttytab;
static struct kbd_struct * kbd = kbd_table;
static struct tty_struct * tty;
@@ -789,7 +789,12 @@
set_leds();
}
+#ifdef CONFIG_PCI
+extern int spawnpid, spawnsig;
+#else
int spawnpid, spawnsig;
+#endif
+
static void spawn_console(void)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)