]> wimlib.net Git - wimlib/commitdiff
Fix packed attribute on struct wimlib_unix_data
authorEric Biggers <ebiggers3@gmail.com>
Sat, 18 May 2013 01:59:44 +0000 (20:59 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 18 May 2013 01:59:44 +0000 (20:59 -0500)
include/wimlib/dentry.h

index 939ed9307bbe8f2b1b1ef53dfc5d7a10f370e188..1e08ae3f86f26b546d1f5e2725ace362f44bc517 100644 (file)
@@ -467,7 +467,7 @@ struct wimlib_unix_data {
        u16 uid;
        u16 gid;
        u16 mode;
-} PACKED;
+} _packed_attribute;
 
 #ifndef __WIN32__