mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove accidentally included line..
No effect as it wasn't used but was a) wrong b) clutter
This commit is contained in:
parent
54fc0ecaf7
commit
4af706f560
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue