Deleted Added
full compact
printhostmask.c (145519) printhostmask.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/printhostmask.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/printhostmask.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 *
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Id: printhostmask.c,v 1.8 2002/04/11 15:01:19 darrenr Exp
8 * $Id: printhostmask.c,v 1.8 2002/04/11 15:01:19 darrenr Exp $
9 */
10
11#include "ipf.h"
12
13
14void printhostmask(v, addr, mask)
15int v;
16u_32_t *addr, *mask;

--- 30 unchanged lines hidden ---
9 */
10
11#include "ipf.h"
12
13
14void printhostmask(v, addr, mask)
15int v;
16u_32_t *addr, *mask;

--- 30 unchanged lines hidden ---