chiark / gitweb /
volume_id: replace __packed__ by PACKED macro
[elogind.git] / extras / volume_id / libvolume_id / promise_raid.c
index 6611aeab32850cdf5f2077dfa7aa76b439fdbfc9..bdf0c7b60159c7e2dac480f56465a065219b6764 100644 (file)
@@ -29,7 +29,7 @@
 
 struct promise_meta {
        uint8_t sig[24];
-} __attribute__((packed));
+} PACKED;
 
 #define PDC_CONFIG_OFF         0x1200
 #define PDC_SIGNATURE          "Promise Technology, Inc."