summaryrefslogtreecommitdiff
path: root/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'part.h')
-rw-r--r--part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/part.h b/part.h
index 862a14c3..e697fb46 100644
--- a/part.h
+++ b/part.h
@@ -40,7 +40,7 @@ struct MBR_part_record {
__u8 last_cyl;
__u32 first_sect_lba;
__u32 blocks_num;
-};
+} __attribute__((packed));
struct MBR {
__u8 pad[446];