diff options
author | kn <kn@cvs.openbsd.org> | 2018-12-27 16:33:45 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2018-12-27 16:33:45 +0000 |
commit | a23e62285de6ad1daa83b99c722ebf7882d3cabd (patch) | |
tree | 75a415c3da84f5da818bb408175054dd820cf420 /sbin/pfctl | |
parent | 7a88e95dcf73925d19716d5a0c153abe89ebc0ad (diff) |
Zap duplicate struct declaration
These are in <net/pfvar.h> already.
OK sashan
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.c | 5 |
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; |