mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
Used a more portable way to force alignment in security.h
Defining an array of zero elements does not force alignment on some CPUs, insert a filler.
This commit is contained in:
parent
8a1358fff4
commit
6c768f215d
@ -173,7 +173,7 @@ struct POSIX_SECURITY {
|
||||
int defcnt;
|
||||
int firstdef;
|
||||
u16 tagsset;
|
||||
s32 alignment[0];
|
||||
u16 filler;
|
||||
struct POSIX_ACL acl;
|
||||
} ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user