--- src/sys/net/bpf.h 2006/05/20 02:42:08 1.10 +++ src/sys/net/bpf.h 2006/05/20 16:48:51 1.11 @@ -51,9 +51,6 @@ #ifndef _SYS_TIME_H_ #include #endif -#ifndef _SYS_MBUF_H_ -#include -#endif /* BSD style release date */ #define BPF_RELEASE 199606 @@ -368,6 +365,8 @@ struct bpf_dltlist { #ifdef _KERNEL struct bpf_if; +struct ifnet; +struct mbuf; int bpf_validate(const struct bpf_insn *, int); void bpf_tap(struct bpf_if *, u_char *, u_int);