patch-2.4.13 linux/drivers/s390/char/tuball.c
Next file: linux/drivers/s390/char/tubtty.c
Previous file: linux/drivers/s390/char/tapechar.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Oct 11 09:43:29 2001
- Orig file:
v2.4.12/linux/drivers/s390/char/tuball.c
- Orig date:
Sun Sep 23 11:40:59 2001
diff -u --recursive --new-file v2.4.12/linux/drivers/s390/char/tuball.c linux/drivers/s390/char/tuball.c
@@ -93,8 +93,8 @@
NULL /* next */
};
-bcb_t tub3270_con_bcb; /* Buffer that receives con writes */
-spinlock_t tub3270_con_bcblock; /* Lock for the buffer */
+static bcb_t tub3270_con_bcb; /* Buffer that receives con writes */
+static spinlock_t tub3270_con_bcblock; /* Lock for the buffer */
int tub3270_con_irq = -1; /* set nonneg by _activate() */
tub_t *tub3270_con_tubp; /* set nonzero by _activate() */
struct tty_driver tty3270_con_driver; /* for /dev/console at 4, 64 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)