diff options
-rw-r--r-- | sys/sys/vtoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/vtoc.h b/sys/sys/vtoc.h index 231da00..7745bca 100644 --- a/sys/sys/vtoc.h +++ b/sys/sys/vtoc.h @@ -97,7 +97,7 @@ struct vtoc8 { } map[VTOC8_NPARTS]; uint16_t magic; uint16_t cksum; -}; +} __packed; #ifdef CTASSERT CTASSERT(sizeof(struct vtoc8) == 512); |