aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-10-03 23:10:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-10-03 23:10:41 +0000
commitd74024a490c877c6b5c7a2de7a69dcfa9486162f (patch)
tree180ed8cd2ec6a595c5faefd842423f1ffdc568c3 /sbin/pfctl
parente0df0dce71d86796195502b923243bb6bacdcdc2 (diff)
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/pfctl_radix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl_radix.c b/sbin/pfctl/pfctl_radix.c
index 5d71a4e6ac89..95407ccae261 100644
--- a/sbin/pfctl/pfctl_radix.c
+++ b/sbin/pfctl/pfctl_radix.c
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
extern int dev;
-static int pfr_next_token(char buf[], FILE *);
+static int pfr_next_token(char buf[BUF_SIZE], FILE *);
static void
pfr_report_error(struct pfr_table *tbl, struct pfioc_table *io,