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
0f56e66e2f
commit
5b6d5b3f4b
@ -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…
x
Reference in New Issue
Block a user