Deleted Added
full compact
fil.c (181803) fil.c (196019)
1/* $FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 181803 2008-08-17 23:27:27Z bz $ */
1/* $FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 196019 2009-08-01 19:26:27Z rwatson $ */
2
3/*
4 * Copyright (C) 1993-2003 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 */
8#if defined(KERNEL) || defined(_KERNEL)
9# undef KERNEL

--- 18 unchanged lines hidden (view full) ---

28 (__FreeBSD_version >= 220000)
29# if (__FreeBSD_version >= 400000)
30# if !defined(IPFILTER_LKM)
31# include "opt_inet6.h"
32# endif
33# if (__FreeBSD_version == 400019)
34# define CSUM_DELAY_DATA
35# endif
2
3/*
4 * Copyright (C) 1993-2003 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 */
8#if defined(KERNEL) || defined(_KERNEL)
9# undef KERNEL

--- 18 unchanged lines hidden (view full) ---

28 (__FreeBSD_version >= 220000)
29# if (__FreeBSD_version >= 400000)
30# if !defined(IPFILTER_LKM)
31# include "opt_inet6.h"
32# endif
33# if (__FreeBSD_version == 400019)
34# define CSUM_DELAY_DATA
35# endif
36# if (__FreeBSD_version >= 800044)
37# include <sys/vimage.h>
38# endif
39# endif
40# include <sys/filio.h>
41#else
42# include <sys/ioctl.h>
43#endif
44#if (defined(__SVR4) || defined(__svr4__)) && defined(sun)
45# include <sys/filio.h>
46#endif

--- 106 unchanged lines hidden (view full) ---

153#endif
154#include "netinet/ipl.h"
155/* END OF INCLUDES */
156
157#include <machine/in_cksum.h>
158
159#if !defined(lint)
160static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-2000 Darren Reed";
36# endif
37# include <sys/filio.h>
38#else
39# include <sys/ioctl.h>
40#endif
41#if (defined(__SVR4) || defined(__svr4__)) && defined(sun)
42# include <sys/filio.h>
43#endif

--- 106 unchanged lines hidden (view full) ---

150#endif
151#include "netinet/ipl.h"
152/* END OF INCLUDES */
153
154#include <machine/in_cksum.h>
155
156#if !defined(lint)
157static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-2000 Darren Reed";
161static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 181803 2008-08-17 23:27:27Z bz $";
158static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 196019 2009-08-01 19:26:27Z rwatson $";
162/* static const char rcsid[] = "@(#)$Id: fil.c,v 2.243.2.125 2007/10/10 09:27:20 darrenr Exp $"; */
163#endif
164
165#ifndef _KERNEL
166# include "ipf.h"
167# include "ipt.h"
168# include "bpf-ipf.h"
169extern int opts;

--- 7192 unchanged lines hidden ---
159/* static const char rcsid[] = "@(#)$Id: fil.c,v 2.243.2.125 2007/10/10 09:27:20 darrenr Exp $"; */
160#endif
161
162#ifndef _KERNEL
163# include "ipf.h"
164# include "ipt.h"
165# include "bpf-ipf.h"
166extern int opts;

--- 7192 unchanged lines hidden ---