mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.
This commit is contained in:
parent
578dcf0c31
commit
56c1b4ab77
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@
|
|||
KMOD= libmchain
|
||||
SRCS= subr_mchain.c
|
||||
|
||||
EXPORT_SYMS= m_fixhdr \
|
||||
mb_init \
|
||||
EXPORT_SYMS= mb_init \
|
||||
mb_initm \
|
||||
mb_done \
|
||||
mb_detach \
|
||||
|
|
|
|||
Loading…
Reference in a new issue