summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atasmart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atasmart.c b/atasmart.c
index 585b0ff..08fb3cd 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -78,7 +78,7 @@ struct SkDisk {
uint8_t identify[512];
uint8_t smart_data[512];
uint8_t smart_threshold_data[512];
- } blob;
+ } __attribute__((packed)) blob;
SkBool identify_data_valid:1;
SkBool smart_data_valid:1;