From 8eccd0ab73cd1d25ff04524f4077c3044fca8ef2 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 23 Nov 1999 22:16:41 +0000 Subject: 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. --- sys/contrib/ipfilter/netinet/ip_log.c | 2 -- sys/netinet/ip_log.c | 2 -- 2 files changed, 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 # 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 # endif #endif #ifdef IPFILTER_LOG -- cgit v1.1