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:
phk 2004-03-10 20:52:47 +00:00
parent 0f56e66e2f
commit 5b6d5b3f4b

View File

@ -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;