Merge r198219 from head to stable/8:
Remove unused pfil_flags field in packet_filter_hook. Approved by: re (kib)
This commit is contained in:
parent
e0b75e6195
commit
304762b138
@ -52,7 +52,6 @@ struct packet_filter_hook {
|
||||
int (*pfil_func)(void *, struct mbuf **, struct ifnet *, int,
|
||||
struct inpcb *);
|
||||
void *pfil_arg;
|
||||
int pfil_flags;
|
||||
};
|
||||
|
||||
#define PFIL_IN 0x00000001
|
||||
|
Loading…
x
Reference in New Issue
Block a user