From a23e62285de6ad1daa83b99c722ebf7882d3cabd Mon Sep 17 00:00:00 2001 From: kn Date: Thu, 27 Dec 2018 16:33:45 +0000 Subject: Zap duplicate struct declaration These are in already. OK sashan --- sbin/pfctl/pfctl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sbin/pfctl') diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index bf7120d9083..c8199fa61ba 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.360 2018/09/18 12:55:19 kn Exp $ */ +/* $OpenBSD: pfctl.c,v 1.361 2018/12/27 16:33:44 kn Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -105,9 +105,6 @@ const char *pfctl_lookup_option(char *, const char **); void pfctl_state_store(int, const char *); void pfctl_state_load(int, const char *); -struct pf_anchor_global pf_anchors; -struct pf_anchor pf_main_anchor; - const char *clearopt; char *rulesopt; const char *showopt; -- cgit v1.2.3