chiark / gitweb /
volume_id: replace __packed__ by PACKED macro
[elogind.git] / extras / volume_id / libvolume_id / lsi_raid.c
index 2720de763d12fdc49e28090923c3a16fca8e3685..efa792575f2720f8255827930aeaf8ec6719ac11 100644 (file)
@@ -29,7 +29,7 @@
 
 struct lsi_meta {
        uint8_t         sig[6];
-} __attribute__((packed));
+} PACKED;
 
 #define LSI_SIGNATURE          "$XIDE$"