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

Next file: linux/fs/super.c
Previous file: linux/fs/nfs/write.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.74/linux/fs/nls/nls_base.c linux/fs/nls/nls_base.c
@@ -205,8 +205,10 @@
 struct nls_table *load_nls(char *charset)
 {
 	struct nls_table *nls;
+#ifdef CONFIG_KERNELD
 	char buf[40];
 	int ret;
+#endif
 
 	nls = find_nls(charset);
 	if (nls) {

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