mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make the extern for adv_mcode match the reality: it's u_int8_t, but
probably unendiansafely used as u_int16_t.
This commit is contained in:
parent
7a6b2b6429
commit
d385de74fa
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@
|
|||
* modification.
|
||||
*/
|
||||
|
||||
extern u_int16_t adv_mcode[];
|
||||
extern u_int8_t adv_mcode[];
|
||||
extern u_int16_t adv_mcode_size;
|
||||
extern u_int32_t adv_mcode_chksum;
|
||||
|
|
|
|||
Loading…
Reference in a new issue