patch-1.3.43 linux/include/linux/tty.h
Next file: linux/init/main.c
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Nov 21 08:34:54 1995
- Orig file:
v1.3.42/linux/include/linux/tty.h
- Orig date:
Mon Nov 13 12:36:46 1995
diff -u --recursive --new-file v1.3.42/linux/include/linux/tty.h linux/include/linux/tty.h
@@ -40,9 +40,9 @@
unsigned short orig_video_page;
unsigned char orig_video_mode;
unsigned char orig_video_cols;
- unsigned short orig_video_ega_ax;
+ unsigned short unused2;
unsigned short orig_video_ega_bx;
- unsigned short orig_video_ega_cx;
+ unsigned short unused3;
unsigned char orig_video_lines;
unsigned char orig_video_isVGA;
unsigned short orig_video_points;
@@ -55,9 +55,7 @@
#define ORIG_VIDEO_PAGE (screen_info.orig_video_page)
#define ORIG_VIDEO_MODE (screen_info.orig_video_mode)
#define ORIG_VIDEO_COLS (screen_info.orig_video_cols)
-#define ORIG_VIDEO_EGA_AX (screen_info.orig_video_ega_ax)
#define ORIG_VIDEO_EGA_BX (screen_info.orig_video_ega_bx)
-#define ORIG_VIDEO_EGA_CX (screen_info.orig_video_ega_cx)
#define ORIG_VIDEO_LINES (screen_info.orig_video_lines)
#define ORIG_VIDEO_ISVGA (screen_info.orig_video_isVGA)
#define ORIG_VIDEO_POINTS (screen_info.orig_video_points)
@@ -272,6 +270,7 @@
extern struct tty_struct * redirect;
extern struct tty_ldisc ldiscs[];
extern int fg_console;
+extern int kmsg_redirect;
extern struct wait_queue * keypress_wait;
extern unsigned long con_init(unsigned long);
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