Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv28106
Modified Files:
mft.h
Log Message:
Fixed somethings...
Index: mft.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/mft.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -U2 -r1.19 -r1.20
--- mft.h 2001/04/10 23:37:19 1.19
+++ mft.h 2001/04/10 23:54:25 1.20
@@ -397,5 +397,5 @@
struct _ntfs_file;
-struct {
+typedef struct {
MFT_RECORD *m_rec;
unsigned int m_flags;
@@ -406,7 +406,5 @@
struct list_head m_dirty_list;
struct _ntfs_volume *m_vol;
-} _mft_entry;
-
-typedef struct _mft_entry mft_entry;
+} mft_entry;
struct {
|