From 8c98d68610fb0ec072a45372df6fae9ec3afd215 Mon Sep 17 00:00:00 2001 From: semenu Date: Sat, 8 Sep 2001 23:03:52 +0000 Subject: Stole unicode translation table from mount_msdos. Add kernel code to support this translation. MFC after: 2 weeks --- sys/fs/ntfs/ntfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/fs/ntfs/ntfs.h') diff --git a/sys/fs/ntfs/ntfs.h b/sys/fs/ntfs/ntfs.h index d74fe6f..f5e9125 100644 --- a/sys/fs/ntfs/ntfs.h +++ b/sys/fs/ntfs/ntfs.h @@ -258,6 +258,8 @@ struct ntfsmount { #if !defined(__FreeBSD__) struct netexport ntm_export; /* export information */ #endif + wchar * ntm_82u; /* 8bit to Unicode */ + char ** ntm_u28; /* Unicode to 8 bit */ }; #define ntm_mftcn ntm_bootfile.bf_mftcn -- cgit v1.1