From ab24f7cc0c77c07d30a8fedad80ca4c0e387a225 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sat, 22 Mar 2003 08:01:27 -0800 Subject: [VT]: vc_pos needs to be unsigned long. --- include/linux/console_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/console_struct.h') diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index c18bd026a270..df81e37a9884 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -37,7 +37,7 @@ struct vc_data { unsigned short vc_s_complement_mask; /* Saved mouse pointer mask */ unsigned int vc_x, vc_y; /* Cursor position */ unsigned int vc_saved_x, vc_saved_y; - unsigned int vc_pos; /* Cursor address */ + unsigned long vc_pos; /* Cursor address */ /* fonts */ unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not supported */ struct console_font_op vc_font; /* Current VC font set */ -- cgit v1.2.3