summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/partition-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/partition-map.h b/lib/partition-map.h
index bdb2b82..74f1031 100644
--- a/lib/partition-map.h
+++ b/lib/partition-map.h
@@ -55,7 +55,7 @@ typedef struct boot_guid
uint16_t data2;
uint16_t data3;
uint8_t data4[8];
-} boot_guid_t;
+} __attribute__((packed)) boot_guid_t;
/* The first 0 > 128 addresses of a disk contains these headers. */