mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67711
@ -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 New Issue
Block a user