mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS
defined. Revert part of the previous commit to fix this.
This commit is contained in:
parent
4a8ad3dabd
commit
98331badc2
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ typedef struct ipflog {
|
|||
#if (defined(NetBSD) && (NetBSD > 199609) && (NetBSD <= 1991011)) || \
|
||||
(defined(NetBSD1_2) && NetBSD1_2 > 1) || (defined(__FreeBSD_version) && \
|
||||
(__FreeBSD_version >= 500011))
|
||||
# if (NetBSD >= 199905)
|
||||
# if (NetBSD >= 199905) || (__FreeBSD_version >= 600001)
|
||||
# define PFIL_HOOKS
|
||||
# endif
|
||||
# ifdef PFIL_HOOKS
|
||||
|
|
|
|||
Loading…
Reference in a new issue