From fee41e58ef5803044710197e7e0c155c705e746a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 19 Feb 2003 00:03:23 +0000 Subject: sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIE --- usr.sbin/authpf/authpf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/authpf/authpf.c') diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index 2a77b808d34..8e6d9d901bf 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.52 2003/02/11 20:15:59 henning Exp $ */ +/* $OpenBSD: authpf.c,v 1.53 2003/02/19 00:03:22 deraadt Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -833,7 +833,7 @@ pfctl_set_logif(struct pfctl *pf, char *ifname) } int -pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds) +pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) { fprintf(stderr, "set timeout not supported in authpf\n"); return (1); -- cgit v1.2.3