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
- Lines: 10
- Date:
Sun Mar 25 11:37:38 2001
- Orig file:
v2.2.18/fs/nls/nls_base.c
- Orig date:
Sun Mar 25 11:28:34 2001
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)