Static'ize pf_fillup_fragment body to match its declaration.

Missed in 278925.
This commit is contained in:
pluknet 2015-03-26 13:31:04 +00:00
parent ac3bc9f4da
commit 1dcc5ccab3

View File

@ -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)
{