Catch up with bpf_mtap() changes.

This commit is contained in:
Matthew N. Dodd 2003-03-16 00:30:02 +00:00
parent 2d6bcb381e
commit fae930213c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112310

View File

@ -152,7 +152,7 @@ typedef struct _pdq_os_ctx_t {
#define PDQ_OS_TX_TIMEOUT 5 /* seconds */
#define PDQ_OS_IFP_TO_SOFTC(ifp) ((pdq_softc_t *) (ifp)->if_softc)
#define PDQ_BPF_MTAP(sc, m) bpf_mtap(&(sc)->arpcom.ac_if, m)
#define PDQ_BPF_MTAP(sc, m) BPF_MTAP(&(sc)->arpcom.ac_if, m)
#endif /* PDQ_OSSUPPORT */