diff options
Diffstat (limited to 'util-linux/volume_id/unused_msdos.c')
-rw-r--r-- | util-linux/volume_id/unused_msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/unused_msdos.c b/util-linux/volume_id/unused_msdos.c index 097ee6728..465f22dc3 100644 --- a/util-linux/volume_id/unused_msdos.c +++ b/util-linux/volume_id/unused_msdos.c | |||
@@ -31,7 +31,7 @@ struct msdos_partition_entry { | |||
31 | uint8_t end_cyl; | 31 | uint8_t end_cyl; |
32 | uint32_t start_sect; | 32 | uint32_t start_sect; |
33 | uint32_t nr_sects; | 33 | uint32_t nr_sects; |
34 | } __attribute__((packed)); | 34 | } PACKED; |
35 | 35 | ||
36 | #define MSDOS_PARTTABLE_OFFSET 0x1be | 36 | #define MSDOS_PARTTABLE_OFFSET 0x1be |
37 | #define MSDOS_SIG_OFF 0x1fe | 37 | #define MSDOS_SIG_OFF 0x1fe |