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:
Dimitry Andric 2011-12-18 00:03:03 +00:00
parent 5893527d84
commit 2214781145
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228674

View file

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