Update of /cvsroot/linuxconsole/ruby/linux/drivers/char
In directory usw-pr-cvs1:/tmp/cvs-serv7844
Modified Files:
vc_screen.c
Log Message:
Need CON_BUF_SIZE defined.
Index: vc_screen.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/char/vc_screen.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- vc_screen.c 2002/01/23 23:55:26 1.20
+++ vc_screen.c 2002/01/23 23:56:41 1.21
@@ -43,6 +43,7 @@
#undef org
#undef addr
#define HEADER_SIZE 4
+#define CON_BUF_SIZE PAGE_SIZE
/* note the word offset */
unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed)
|