artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9143bd6
)
fix mismatching declaration of argument with mismatched bounds
author
robert
<robert@openbsd.org>
Tue, 5 Sep 2023 15:37:07 +0000
(15:37 +0000)
committer
robert
<robert@openbsd.org>
Tue, 5 Sep 2023 15:37:07 +0000
(15:37 +0000)
ok tb@
sbin/pfctl/pfctl_radix.c
patch
|
blob
|
history
diff --git
a/sbin/pfctl/pfctl_radix.c
b/sbin/pfctl/pfctl_radix.c
index
b30b36d
..
446329d
100644
(file)
--- a/
sbin/pfctl/pfctl_radix.c
+++ b/
sbin/pfctl/pfctl_radix.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pfctl_radix.c,v 1.3
7 2020/01/15 22:31:51 kn
Exp $ */
+/* $OpenBSD: pfctl_radix.c,v 1.3
8 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