Cast a ptrdiff_t to an int to printf.
This commit is contained in:
parent
4d0d9edb13
commit
980dea1922
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user