From 89a3159080a774bd9de50eaf1861a1f0c1657a9f Mon Sep 17 00:00:00 2001 From: Max Laier Date: Wed, 10 Dec 2008 21:08:42 +0000 Subject: Import OPENBSD_4_4_BASE and libevent 1.3e --- ftp-proxy/filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp-proxy/filter.c') diff --git a/ftp-proxy/filter.c b/ftp-proxy/filter.c index d99dfcbd6b17a..80625a6fd9c87 100644 --- a/ftp-proxy/filter.c +++ b/ftp-proxy/filter.c @@ -1,4 +1,4 @@ -/* $OpenBSD: filter.c,v 1.7 2008/02/26 18:52:53 henning Exp $ */ +/* $OpenBSD: filter.c,v 1.8 2008/06/13 07:25:26 claudio Exp $ */ /* * Copyright (c) 2004, 2005 Camiel Dobbelaar, @@ -173,7 +173,7 @@ init_filter(char *opt_qname, char *opt_tagname, int opt_verbose) dev = open("/dev/pf", O_RDWR); if (dev == -1) - err(1, "/dev/pf"); + err(1, "open /dev/pf"); if (ioctl(dev, DIOCGETSTATUS, &status) == -1) err(1, "DIOCGETSTATUS"); if (!status.running) -- cgit v1.2.3