1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00

fix mismatching declaration of argument with mismatched bounds

ok tb@
This commit is contained in:
robert
2023-09-05 15:37:07 +00:00
parent 9143bd60ef
commit 1adff8d768
+2 -2
View File
@@ -1,4 +1,4 @@
/* $OpenBSD: pfctl_radix.c,v 1.37 2020/01/15 22:31:51 kn Exp $ */
/* $OpenBSD: pfctl_radix.c,v 1.38 2023/09/05 15:37:07 robert Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@ -53,7 +53,7 @@
extern int dev;
static int pfr_next_token(char buf[], FILE *);
static int pfr_next_token(char buf[BUF_SIZE], FILE *);
int