In usr.sbin/route6d/route6d.c, use the correct printf length modifier
for an ssize_t. MFC after: 1 week
This commit is contained in:
parent
5893527d84
commit
2214781145
@ -1238,7 +1238,7 @@ riprecv()
|
||||
if (iff_find(ifcp, 'N') != NULL)
|
||||
return;
|
||||
|
||||
tracet(1, "Recv(%s): from %s.%d info(%d)\n",
|
||||
tracet(1, "Recv(%s): from %s.%d info(%zd)\n",
|
||||
ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), nn);
|
||||
|
||||
t = time(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user