aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/unused_hpfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/volume_id/unused_hpfs.c')
-rw-r--r--util-linux/volume_id/unused_hpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/unused_hpfs.c b/util-linux/volume_id/unused_hpfs.c
index 9d5244f57..8c7897a77 100644
--- a/util-linux/volume_id/unused_hpfs.c
+++ b/util-linux/volume_id/unused_hpfs.c
@@ -23,7 +23,7 @@
struct hpfs_super {
uint8_t magic[4];
uint8_t version;
-} __attribute__((__packed__));
+} PACKED;
#define HPFS_SUPERBLOCK_OFFSET 0x2000