patch-2.1.50 linux/drivers/char/consolemap.c

Next file: linux/drivers/char/esp.c
Previous file: linux/drivers/char/conmakehash.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.49/linux/drivers/char/consolemap.c linux/drivers/char/consolemap.c
@@ -307,9 +307,10 @@
  * this 3-level paged table scheme to be comparable to a hash table.
  */
 
-#include "uni_hash.tbl"		/* Include hash tables & parameters */
+extern u8 dfont_unicount[];	/* Defined in console_defmap.c */
+extern u16 dfont_unitable[];
 
-int hashtable_contents_valid = 0; /* Use ASCII-only mode for bootup*/
+int hashtable_contents_valid = 0; /* Use ASCII-only mode for bootup */
 
 static u16 **uni_pagedir[32] =
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov