mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
Fix a small style problem and add a __packed pragma for safety.
This commit is contained in:
parent
e8c3bb6966
commit
348c9a5668
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142028
@ -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 New Issue
Block a user