diff --git a/sys/net/pfil.h b/sys/net/pfil.h index 70b50d9adf2..6ac750ab129 100644 --- a/sys/net/pfil.h +++ b/sys/net/pfil.h @@ -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