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:
Poul-Henning Kamp 2004-03-10 20:52:47 +00:00
parent 7a6b2b6429
commit d385de74fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126822

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;