From 1a1c55fc5028068e0a87ab326036d8523763a619 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 28 Jun 2020 11:23:14 +0200 Subject: [PATCH] pfctl(8): Fix building with -fno-common. -fno-common will be default in future compilers (GCC 10, for example). --- usr.sbin/pfctl/pfctl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.sbin/pfctl/pfctl.c b/usr.sbin/pfctl/pfctl.c index 5e5b6f2890..5fce9bda52 100644 --- a/usr.sbin/pfctl/pfctl.c +++ b/usr.sbin/pfctl/pfctl.c @@ -99,9 +99,6 @@ int pfctl_load_ruleset(struct pfctl *, char *, int pfctl_load_rule(struct pfctl *, char *, struct pf_rule *, int); const char *pfctl_lookup_option(char *, const char **); -struct pf_anchor_global pf_anchors; -struct pf_anchor pf_main_anchor; - const char *clearopt; char *rulesopt; const char *showopt; -- 2.41.0