mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix a small style problem and add a __packed pragma for safety.
This commit is contained in:
parent
e8c3bb6966
commit
348c9a5668
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ struct MCFGbody {
|
|||
uint8_t start; /* Starting bus number */
|
||||
uint8_t end; /* Ending bus number */
|
||||
uint8_t rsvd[4]; /* Reserved */
|
||||
} s[];
|
||||
} s[1] __packed;
|
||||
} __packed;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue