Fix build when KTR is defined but not KTR_TULIP.
Approved by: kib (mentor)
This commit is contained in:
parent
3ee1f8b1b7
commit
8ac1f62137
@ -3937,8 +3937,8 @@ tulip_txput(tulip_softc_t * const sc, struct mbuf *m)
|
|||||||
segcnt++;
|
segcnt++;
|
||||||
m0 = m0->m_next;
|
m0 = m0->m_next;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
CTR2(KTR_TULIP, "tulip_txput: sending packet %p (%d chunks)", m, segcnt);
|
CTR2(KTR_TULIP, "tulip_txput: sending packet %p (%d chunks)", m, segcnt);
|
||||||
|
#endif
|
||||||
d_status = 0;
|
d_status = 0;
|
||||||
eop = nextout = ri->ri_nextout;
|
eop = nextout = ri->ri_nextout;
|
||||||
segcnt = 0;
|
segcnt = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user