summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cdce.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_cdce.c')
-rw-r--r--sys/dev/usb/if_cdce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_cdce.c b/sys/dev/usb/if_cdce.c
index e5f1b640461..2a101791580 100644
--- a/sys/dev/usb/if_cdce.c
+++ b/sys/dev/usb/if_cdce.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cdce.c,v 1.13 2006/01/29 03:22:52 brad Exp $ */
+/* $OpenBSD: if_cdce.c,v 1.14 2006/02/20 20:12:13 damien Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul@windriver.com>
@@ -55,8 +55,8 @@
#include <net/if.h>
#include <net/if_dl.h>
-#if NBPFILTER > 0
#include <net/bpf.h>
+#if NBPFILTER > 0
#define BPF_MTAP(ifp, m) bpf_mtap((ifp)->if_bpf, (m))
#endif