diff options
author | guido <guido@FreeBSD.org> | 1999-11-23 22:16:41 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1999-11-23 22:16:41 +0000 |
commit | 8eccd0ab73cd1d25ff04524f4077c3044fca8ef2 (patch) | |
tree | de9eaeb9376af05f792451a987d7a040abf11396 /sys/contrib/ipfilter | |
parent | d88b9852b5c17339d13dfd5d098da05eff0f4df5 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'sys/contrib/ipfilter')
-rw-r--r-- | sys/contrib/ipfilter/netinet/ip_log.c | 2 |
1 files changed, 0 insertions, 2 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 |