chiark / gitweb /
volume_id: replace __packed__ by PACKED macro
[elogind.git] / extras / volume_id / libvolume_id / vxfs.c
index 0aef36989980490f8b5fd92e22943a9bb0805baf..883c1266a4c37fc29861260eeda8555ec6a8fcc9 100644 (file)
@@ -32,7 +32,7 @@
 struct vxfs_super {
        uint32_t                vs_magic;
        int32_t                 vs_version;
-} __attribute__((__packed__));
+} PACKED;
 
 int volume_id_probe_vxfs(struct volume_id *id, uint64_t off)
 {