Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24726/libntfs
Modified Files:
volume.c
Log Message:
- remark that Longhorn uses the same NTFS 3.1 format as XP and W2K3
Index: volume.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/volume.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- volume.c 1 Feb 2005 18:26:17 -0000 1.42
+++ volume.c 10 May 2005 16:44:58 -0000 1.43
@@ -1183,7 +1183,7 @@ int ntfs_check_if_mounted(const char *fi
* Version 1.1 and 1.2 are used by Windows NT3.x and NT4.
* Version 2.x is used by Windows 2000 Betas.
* Version 3.0 is used by Windows 2000.
- * Version 3.1 is used by Windows XP and Windows Server 2003.
+ * Version 3.1 is used by Windows XP, Windows Server 2003 and Longhorn.
*
* Return 0 if NTFS version is supported otherwise -1 with errno set.
*
|