Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs/include/ntfs
In directory delta357:/tmp/cvs-serv10137/include/ntfs
Modified Files:
unistr.h
Log Message:
- mkntfs: Create more Vista like volumes. We now match the security
descriptor attributes (but not yet the security descriptors stored in
$Secure). (Anton)
- libntfs: Rewrite ntfs_upcase_table_build() to generate a Vista
compatible upcase table ($UpCase). (Anton)
- mkntfs: Remove own generation of upcase table, i.e. delete
ntfsprogs/upcase.[ch] and use ntfs_upcase_table_build() supplied by
libntfs. (Anton)
Index: unistr.h
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/include/ntfs/unistr.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- unistr.h 5 Apr 2006 02:45:56 -0000 1.9
+++ unistr.h 19 Dec 2006 16:31:52 -0000 1.10
@@ -2,7 +2,7 @@
* unistr.h - Exports for Unicode string handling. Part of the Linux-NTFS
* project.
*
- * Copyright (c) 2000-2004 Anton Altaparmakov
+ * Copyright (c) 2000-2006 Anton Altaparmakov
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
|