mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)
This commit is contained in:
parent
8f3a320a76
commit
e7278dcf6f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ int pfil_remove_hook __P((int (*func) __P((void *, int,
|
|||
struct ifnet *, int, struct mbuf **)), int, struct pfil_head *));
|
||||
|
||||
/* XXX */
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(KLD_MODULE)
|
||||
#include "opt_ipfilter.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue