Index: kernel/test/print/print4.c
===================================================================
--- kernel/test/print/print4.c	(revision a000878c0dee83a08f032207ffd800c201fca95b)
+++ kernel/test/print/print4.c	(revision d9f53877c83a2ddc2668567168e75a24406af55c)
@@ -44,5 +44,5 @@
 		TPRINTF("  ");
 		for (index = 0; index < 32; index++)
-			TPRINTF("%lc", (wchar_t) ((group << 5) + index));
+			TPRINTF("%lc", (wint_t) ((group << 5) + index));
 		
 		TPRINTF("\n");
@@ -56,5 +56,5 @@
 		uint8_t index;
 		for (index = 0; index < 32; index++)
-			TPRINTF("%lc", (wchar_t) ((group << 5) + index));
+			TPRINTF("%lc", (wint_t) ((group << 5) + index));
 		
 		TPRINTF("\n");
