mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include sys/param.h for `__FreeBSD_version' rather than the non-existent
osreldate.h. Submitted by: dougb
This commit is contained in:
parent
9d70d03341
commit
d0eaa94443
1 changed files with 2 additions and 2 deletions
|
|
@ -265,10 +265,10 @@ union i6addr {
|
|||
|
||||
#if defined(__FreeBSD__) && (defined(KERNEL) || defined(_KERNEL))
|
||||
# ifdef IPFILTER_LKM
|
||||
# include <osreldate.h>
|
||||
# include <sys/param.h>
|
||||
# define ACTUALLY_LKM_NOT_KERNEL
|
||||
# else
|
||||
# include <sys/osreldate.h>
|
||||
# include <sys/param.h>
|
||||
# endif
|
||||
# if __FreeBSD__ < 3
|
||||
# include <machine/spl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue