mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Un-break the build: use the correct format specifier for sizeof()
This commit is contained in:
parent
374a993a88
commit
9844b02935
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217333
@ -536,7 +536,7 @@ in_arpinput(struct mbuf *m)
|
||||
* a protocol length not equal to an IPv4 address.
|
||||
*/
|
||||
if (ah->ar_pln != sizeof(struct in_addr)) {
|
||||
log(LOG_ERR, "in_arp: requested protocol length != %ld\n",
|
||||
log(LOG_ERR, "in_arp: requested protocol length != %zu\n",
|
||||
sizeof(struct in_addr));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user