patch-2.2.19 linux/fs/nls/nls_base.c

Next file: linux/fs/nls/nls_koi8-ru.c
Previous file: linux/fs/nls/Makefile
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/fs/nls/nls_base.c linux/fs/nls/nls_base.c
@@ -529,6 +529,9 @@
 #ifdef CONFIG_NLS_KOI8_R
 	init_nls_koi8_r();
 #endif
+#ifdef CONFIG_NLS_KOI8_RU
+	init_nls_koi8_ru();
+#endif
 	return 0;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)