Cast a ptrdiff_t to an int to printf.

This commit is contained in:
jhb 2002-11-08 14:52:26 +00:00
parent 4d0d9edb13
commit 980dea1922

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