mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark the vtoc.h structure as packed so that it is the right size and
layout on arm. MFC after: 7 days
This commit is contained in:
parent
9d5d3712db
commit
8bb566164c
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ struct vtoc8 {
|
|||
} map[VTOC8_NPARTS];
|
||||
uint16_t magic;
|
||||
uint16_t cksum;
|
||||
};
|
||||
} __packed;
|
||||
|
||||
#ifdef CTASSERT
|
||||
CTASSERT(sizeof(struct vtoc8) == 512);
|
||||
|
|
|
|||
Loading…
Reference in a new issue