diff options
author | peter <peter@FreeBSD.org> | 1998-03-21 10:11:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-03-21 10:11:54 +0000 |
commit | c3255d453d5de10e30556f3333695cf46ff608c6 (patch) | |
tree | 456b6f9d1dc026b74410390d2d40f4e7a007558f /sys/netinet/ip_log.c | |
parent | 7a56344e6a21f069b204a2d12d165387b09258f2 (diff) | |
download | FreeBSD-src-c3255d453d5de10e30556f3333695cf46ff608c6.zip FreeBSD-src-c3255d453d5de10e30556f3333695cf46ff608c6.tar.gz |
Import kernel parts of ipfilter v3.2.3
Diffstat (limited to 'sys/netinet/ip_log.c')
-rw-r--r-- | sys/netinet/ip_log.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_log.c b/sys/netinet/ip_log.c index 6440124..81e89e5 100644 --- a/sys/netinet/ip_log.c +++ b/sys/netinet/ip_log.c @@ -5,17 +5,17 @@ * provided that this notice is preserved and due credit is given * to the original author and the contributors. * - * $Id: ip_log.c,v 2.0.2.13.2.2 1997/11/12 10:52:21 darrenr Exp $ + * $Id: ip_log.c,v 2.0.2.13.2.3 1997/11/20 12:41:40 darrenr Exp $ */ #ifdef IPFILTER_LOG # ifndef SOLARIS # define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4))) # endif +# if defined(KERNEL) && !defined(_KERNEL) +# define _KERNEL +# endif # ifdef __FreeBSD__ -# if defined(KERNEL) && !defined(_KERNEL) -# define _KERNEL -# endif # if defined(_KERNEL) && !defined(IPFILTER_LKM) # include <sys/osreldate.h> # else |