Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv22856/include
Modified Files:
layout.h
Log Message:
getting closer to mkntfs alpha.
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/layout.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -U2 -r1.7 -r1.8
--- layout.h 2001/06/06 22:55:49 1.7
+++ layout.h 2001/06/08 19:58:24 1.8
@@ -1899,5 +1899,5 @@
index key. */
__u16 data_length; /* Data length in bytes. */
- __u32 reserved; /* Reserved (zero). */
+ __u32 reservedV; /* Reserved (zero). */
} __attribute__ ((__packed__));
} __attribute__ ((__packed__));
|