Cast a ptrdiff_t to an int to printf.

This commit is contained in:
John Baldwin 2002-11-08 14:52:26 +00:00
parent a2a6abd546
commit 2d4e26522d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106625

View File

@ -1899,7 +1899,7 @@ tbf_send_packet(vifp, m)
if (mrtdebug & DEBUG_XMIT)
log(LOG_DEBUG, "phyint_send on vif %d err %d\n",
vifp - viftable, error);
(int)(vifp - viftable), error);
}
splx(s);
}