diff --git a/sys/sys/vtoc.h b/sys/sys/vtoc.h index 231da0055b2..7745bcac4b0 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);