Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24726/include/ntfs
Modified Files:
volume.h
Log Message:
- remark that Longhorn uses the same NTFS 3.1 format as XP and W2K3
Index: volume.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/volume.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- volume.h 25 Jan 2005 21:41:25 -0000 1.11
+++ volume.h 10 May 2005 16:44:58 -0000 1.12
@@ -93,7 +93,7 @@ typedef enum {
* NTFS version 1.1 and 1.2 are used by Windows NT4.
* NTFS version 2.x is used by Windows 2000 Beta
* NTFS version 3.0 is used by Windows 2000.
- * NTFS version 3.1 is used by Windows XP and Windows Server 2003.
+ * NTFS version 3.1 is used by Windows XP, Windows Server 2003 and Longhorn.
*/
#define NTFS_V1_1(major, minor) ((major) == 1 && (minor) == 1)
|