mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)
This commit is contained in:
parent
8f3a320a76
commit
e7278dcf6f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64081
@ -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 New Issue
Block a user