mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove extra memory region kept by "struct pfil_head pfil_head_t;".
Seems to be a typo for typedef, but we don't want this non-style(9) typedef anyway. PR: kern/31356
This commit is contained in:
parent
283da80631
commit
f1eafd6db8
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ struct pfil_head {
|
|||
pfil_list_t ph_in;
|
||||
pfil_list_t ph_out;
|
||||
int ph_init;
|
||||
} pfil_head_t;
|
||||
};
|
||||
|
||||
struct packet_filter_hook *pfil_hook_get __P((int, struct pfil_head *));
|
||||
int pfil_add_hook __P((int (*func) __P((void *, int,
|
||||
|
|
|
|||
Loading…
Reference in a new issue