Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv17573
Modified Files:
mft.h
Log Message:
And this one...
Index: mft.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/mft.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mft.h 2001/03/05 03:15:08 1.8
--- mft.h 2001/03/15 23:13:11 1.9
***************
*** 130,134 ****
__u16 sequence_number; /* 16-bit sequence number. */
} __attribute__ ((__packed__));
-
__u64 mft_reference; /* Mft reference as one value.*/
} __attribute__ ((__packed__)) MFT_REFERENCE;
--- 130,133 ----
|