Deleted Added
full compact
ipfcomp.c (145519) ipfcomp.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/tools/ipfcomp.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/tools/ipfcomp.c 153881 2005-12-30 11:52:26Z guido $ */
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 */
8#if !defined(lint)
9static const char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-2000 Darren Reed";
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 */
8#if !defined(lint)
9static const char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-2000 Darren Reed";
10static const char rcsid[] = "@(#)Id: ipfcomp.c,v 1.24.2.2 2004/04/28 10:34:44 darrenr Exp";
10static const char rcsid[] = "@(#)$Id: ipfcomp.c,v 1.24.2.2 2004/04/28 10:34:44 darrenr Exp $";
11#endif
12
13#include "ipf.h"
14
15
16typedef struct {
17 int c;
18 int e;

--- 1329 unchanged lines hidden ---
11#endif
12
13#include "ipf.h"
14
15
16typedef struct {
17 int c;
18 int e;

--- 1329 unchanged lines hidden ---