Deleted Added
full compact
icmpcode.c (145519) icmpcode.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/icmpcode.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/icmpcode.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: icmpcode.c,v 1.7.2.1 2004/12/09 19:41:20 darrenr Exp
8 * $Id: icmpcode.c,v 1.7.2.1 2004/12/09 19:41:20 darrenr Exp $
9 */
10
11#include <ctype.h>
12
13#include "ipf.h"
14
15#ifndef MIN
16# define MIN(a,b) ((a) > (b) ? (b) : (a))

--- 33 unchanged lines hidden ---
9 */
10
11#include <ctype.h>
12
13#include "ipf.h"
14
15#ifndef MIN
16# define MIN(a,b) ((a) > (b) ? (b) : (a))

--- 33 unchanged lines hidden ---