Deleted Added
full compact
1c1
< /* $FreeBSD: head/contrib/ipfilter/lib/ipft_hx.c 145519 2005-04-25 18:20:15Z darrenr $ */
---
> /* $FreeBSD: head/contrib/ipfilter/lib/ipft_hx.c 153881 2005-12-30 11:52:26Z guido $ */
10c10
< static const char rcsid[] = "@(#)Id: ipft_hx.c,v 1.11.4.1 2004/12/09 19:41:20 darrenr Exp";
---
> static const char rcsid[] = "@(#)$Id: ipft_hx.c,v 1.11.4.3 2005/12/04 10:07:21 darrenr Exp $";
86c86
< if (!(opts & OPT_BRIEF)) {
---
> if ((opts & OPT_DEBUG) != 0) {
111c111
< if (!(opts & OPT_BRIEF)) {
---
> if ((opts & OPT_DEBUG) != 0) {
126a127,128
> if (feof(tfp))
> return 0;