From a4879be4024dfd621ead2237797652030c1615d4 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 26 Mar 2015 13:31:04 +0000 Subject: [PATCH] Static'ize pf_fillup_fragment body to match its declaration. Missed in 278925. --- sys/netpfil/pf/pf_norm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/pf/pf_norm.c b/sys/netpfil/pf/pf_norm.c index 1a9e0bf553c..36b33c258d8 100644 --- a/sys/netpfil/pf/pf_norm.c +++ b/sys/netpfil/pf/pf_norm.c @@ -386,7 +386,7 @@ pf_create_fragment(u_short *reason) return (frent); } -struct pf_fragment * +static struct pf_fragment * pf_fillup_fragment(struct pf_fragment_cmp *key, struct pf_frent *frent, u_short *reason) {