Fix size_t merge-o.
This commit is contained in:
parent
d310eb36e2
commit
363d0f8633
@ -293,7 +293,7 @@ mroutepr(u_long pmfchashtbl, u_long pmfctablesize, u_long pviftbl)
|
||||
len -= sizeof(*m);
|
||||
}
|
||||
if (len != 0)
|
||||
warnx("print_mfc: %d trailing bytes", len);
|
||||
warnx("print_mfc: %lu trailing bytes", (u_long)len);
|
||||
|
||||
free(mfctable);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user