summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1999-11-23 22:16:41 +0000
committerguido <guido@FreeBSD.org>1999-11-23 22:16:41 +0000
commit8eccd0ab73cd1d25ff04524f4077c3044fca8ef2 (patch)
treede9eaeb9376af05f792451a987d7a040abf11396
parentd88b9852b5c17339d13dfd5d098da05eff0f4df5 (diff)
downloadFreeBSD-src-8eccd0ab73cd1d25ff04524f4077c3044fca8ef2.zip
FreeBSD-src-8eccd0ab73cd1d25ff04524f4077c3044fca8ef2.tar.gz
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.
-rw-r--r--sys/contrib/ipfilter/netinet/ip_log.c2
-rw-r--r--sys/netinet/ip_log.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/ipfilter/netinet/ip_log.c b/sys/contrib/ipfilter/netinet/ip_log.c
index 3a7cda0..73a411a 100644
--- a/sys/contrib/ipfilter/netinet/ip_log.c
+++ b/sys/contrib/ipfilter/netinet/ip_log.c
@@ -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
diff --git a/sys/netinet/ip_log.c b/sys/netinet/ip_log.c
index 3a7cda0..73a411a 100644
--- a/sys/netinet/ip_log.c
+++ b/sys/netinet/ip_log.c
@@ -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
OpenPOWER on IntegriCloud