]> wimlib.net Git - wimlib/blobdiff - src/integrity.c
compiler.h: remove _packed_attribute
[wimlib] / src / integrity.c
index e0d4447c17e18b18dd15b8bee3e5f18baa24d9df..ce07acc6b7e6673f2a87ea2c5e2cf271d22d1ff9 100644 (file)
@@ -52,7 +52,7 @@ struct integrity_table {
        u32 num_entries;
        u32 chunk_size;
        u8  sha1sums[][20];
-} _packed_attribute;
+} __attribute__((packed));
 
 static int
 calculate_chunk_sha1(struct filedes *in_fd, size_t this_chunk_size,