1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Include sys/param.h for `__FreeBSD_version' rather than the non-existent

osreldate.h.

Submitted by:	dougb
This commit is contained in:
David E. O'Brien 2000-10-27 12:53:31 +00:00
parent 9d70d03341
commit d0eaa94443
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67711

View File

@ -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>