Deleted Added
full compact
debug.c (145519) debug.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/debug.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/debug.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: debug.c,v 1.6 2001/06/09 17:09:24 darrenr Exp
8 * $Id: debug.c,v 1.6 2001/06/09 17:09:24 darrenr Exp $
9 */
10
11#if defined(__STDC__)
12# include <stdarg.h>
13#else
14# include <varargs.h>
15#endif
16#include <stdio.h>

--- 21 unchanged lines hidden ---
9 */
10
11#if defined(__STDC__)
12# include <stdarg.h>
13#else
14# include <varargs.h>
15#endif
16#include <stdio.h>

--- 21 unchanged lines hidden ---