Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19525/include/ntfs
Modified Files:
layout.h
Log Message:
fix type of owner_id in QUOTA_O_INDEX_DATA
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- layout.h 1 Nov 2005 20:01:03 -0000 1.39
+++ layout.h 1 Nov 2005 20:18:27 -0000 1.40
@@ -1899,7 +1899,7 @@ typedef struct {
* struct QUOTA_O_INDEX_DATA -
*/
typedef struct {
- u64 owner_id;
+ u32 owner_id;
} __attribute__((__packed__)) QUOTA_O_INDEX_DATA;
/**
|