Deleted Added
full compact
fil.c (83380) fil.c (89316)
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 */
6#include <sys/errno.h>
7#include <sys/types.h>
8#include <sys/param.h>
9#include <sys/time.h>
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 */
6#include <sys/errno.h>
7#include <sys/types.h>
8#include <sys/param.h>
9#include <sys/time.h>
10#if (__FreeBSD_version >= 500028)
11#include <sys/queue.h>
12#endif
10#include <sys/file.h>
11#if defined(__NetBSD__) && (NetBSD >= 199905) && !defined(IPFILTER_LKM) && \
12 defined(_KERNEL)
13# include "opt_ipfilter_log.h"
14#endif
15#if (defined(KERNEL) || defined(_KERNEL)) && defined(__FreeBSD_version) && \
16 (__FreeBSD_version >= 220000)
17# if (__FreeBSD_version >= 400000)

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

93#endif
94#include "netinet/ipl.h"
95
96#include <machine/in_cksum.h>
97
98#if !defined(lint)
99static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-2000 Darren Reed";
100/* static const char rcsid[] = "@(#)$Id: fil.c,v 2.35.2.39 2001/07/18 13:30:32 darrenr Exp $"; */
13#include <sys/file.h>
14#if defined(__NetBSD__) && (NetBSD >= 199905) && !defined(IPFILTER_LKM) && \
15 defined(_KERNEL)
16# include "opt_ipfilter_log.h"
17#endif
18#if (defined(KERNEL) || defined(_KERNEL)) && defined(__FreeBSD_version) && \
19 (__FreeBSD_version >= 220000)
20# if (__FreeBSD_version >= 400000)

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

96#endif
97#include "netinet/ipl.h"
98
99#include <machine/in_cksum.h>
100
101#if !defined(lint)
102static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-2000 Darren Reed";
103/* static const char rcsid[] = "@(#)$Id: fil.c,v 2.35.2.39 2001/07/18 13:30:32 darrenr Exp $"; */
101static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 83380 2001-09-12 22:06:36Z darrenr $";
104static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/fil.c 89316 2002-01-13 21:37:49Z alfred $";
102#endif
103
104#ifndef _KERNEL
105# include "ipf.h"
106# include "ipt.h"
107extern int opts;
108
109# define FR_VERBOSE(verb_pr) verbose verb_pr

--- 2039 unchanged lines hidden ---
105#endif
106
107#ifndef _KERNEL
108# include "ipf.h"
109# include "ipt.h"
110extern int opts;
111
112# define FR_VERBOSE(verb_pr) verbose verb_pr

--- 2039 unchanged lines hidden ---