Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21502/include/ntfs
Modified Files:
unistr.h
Log Message:
Temporarily disable use of the legal ansi character checking in
libntfs/unistr.c::ntfs_names_collate() pending a proper fix at some
point. (Anton)
Index: unistr.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/unistr.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- unistr.h 24 Sep 2005 22:54:55 -0000 1.7
+++ unistr.h 13 Oct 2005 08:26:02 -0000 1.8
@@ -26,8 +26,6 @@
#include "types.h"
#include "layout.h"
-extern const u8 legal_ansi_char_array[0x40];
-
extern BOOL ntfs_names_are_equal(const ntfschar *s1, size_t s1_len,
const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic,
const ntfschar *upcase, const u32 upcase_size);
|