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

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>