Deleted Added
full compact
ip_log.c (57096) ip_log.c (57126)
1/*
2 * Copyright (C) 1997-1998 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * $Id: ip_log.c,v 2.1.2.2 1999/09/21 11:55:44 darrenr Exp $
1/*
2 * Copyright (C) 1997-1998 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * $Id: ip_log.c,v 2.1.2.2 1999/09/21 11:55:44 darrenr Exp $
9 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_log.c 57126 2000-02-10 21:29:11Z guido $
9 */
10#include <sys/param.h>
11#if defined(KERNEL) && !defined(_KERNEL)
12# define _KERNEL
13#endif
14#if defined(__NetBSD__) && (NetBSD >= 199905) && !defined(IPFILTER_LKM)
15# include "opt_ipfilter_log.h"
16#endif

--- 482 unchanged lines hidden ---
10 */
11#include <sys/param.h>
12#if defined(KERNEL) && !defined(_KERNEL)
13# define _KERNEL
14#endif
15#if defined(__NetBSD__) && (NetBSD >= 199905) && !defined(IPFILTER_LKM)
16# include "opt_ipfilter_log.h"
17#endif

--- 482 unchanged lines hidden ---