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

Get rid of useless osreldate include for KLD/LKM modules (sys/param.h

already carries what is needed).
This is needed for the KLD support.
This commit is contained in:
Guido van Rooij 1999-11-23 22:16:41 +00:00
parent fceb9c0ed8
commit 47e3b8ce13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53645

View File

@ -20,8 +20,6 @@
# if defined(__FreeBSD_version) && (__FreeBSD_version >= 300000)
# include "opt_ipfilter.h"
# endif
# else
# include <osreldate.h>
# endif
#endif
#ifdef IPFILTER_LOG