1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

Remove accidentally included line..

No effect as it wasn't used but was a) wrong   b) clutter
This commit is contained in:
Julian Elischer 2013-05-20 20:14:12 +00:00
parent 54fc0ecaf7
commit 4af706f560
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250829

View File

@ -173,7 +173,6 @@ struct mbuf {
#define m_type m_hdr.mh_type
#define m_flags m_hdr.mh_flags
#define m_nextpkt m_hdr.mh_nextpkt
#define m_fibnum m_hdr.mh_nextpkt
#define m_act m_nextpkt
#define m_pkthdr M_dat.MH.MH_pkthdr
#define m_ext M_dat.MH.MH_dat.MH_ext