Deleted Added
full compact
printactivenat.c (145519) printactivenat.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/printactivenat.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/printactivenat.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 * Added redirect stuff and a variety of bug fixes. (mcn@EnGarde.com)
9 */
10
11#include "ipf.h"
12
13
14#if !defined(lint)
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Added redirect stuff and a variety of bug fixes. (mcn@EnGarde.com)
9 */
10
11#include "ipf.h"
12
13
14#if !defined(lint)
15static const char rcsid[] = "@(#)Id: printactivenat.c,v 1.3.2.4 2004/05/11 16:07:32 darrenr Exp";
15static const char rcsid[] = "@(#)$Id: printactivenat.c,v 1.3.2.4 2004/05/11 16:07:32 darrenr Exp $";
16#endif
17
18
19void printactivenat(nat, opts)
20nat_t *nat;
21int opts;
22{
23

--- 62 unchanged lines hidden ---
16#endif
17
18
19void printactivenat(nat, opts)
20nat_t *nat;
21int opts;
22{
23

--- 62 unchanged lines hidden ---