summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/pfctl.c5
1 files changed, 1 insertions, 4 deletions
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;