patch-2.3.31 linux/include/linux/nls.h

Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/nfsd/syscall.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.30/linux/include/linux/nls.h linux/include/linux/nls.h
@@ -7,7 +7,8 @@
 	char *charset;
 	unsigned char **page_uni2charset;
 	struct nls_unicode *charset2uni;
-
+	unsigned char *charset2lower;
+	unsigned char *charset2upper;
 	void (*inc_use_count) (void);
 	void (*dec_use_count) (void);
 	struct nls_table *next;

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