chiark / gitweb /
volume_id: replace __packed__ by PACKED macro
[elogind.git] / extras / volume_id / libvolume_id / minix.c
index ca57745f783aafa148e5ebef61abfcc29936922b..fefba8e729b65f6d7f33833dab2156996719d26f 100644 (file)
@@ -39,7 +39,7 @@ struct minix_super_block
        uint16_t        s_magic;
        uint16_t        s_state;
        uint32_t        s_zones;
-} __attribute__((__packed__));
+} PACKED;
 
 #define MINIX_SUPERBLOCK_OFFSET                        0x400