diff options
| author | 2007-05-30 08:10:02 +0000 | |
|---|---|---|
| committer | 2007-05-30 08:10:02 +0000 | |
| commit | 18a1e0b4f99a4985fd25d2d0321e4f42cbf5d302 (patch) | |
| tree | eca7b7f511765a5f71cc2b780948f5f8ccbded06 /sys/netbt/bt_input.c | |
| parent | Major update to sensorsd. (diff) | |
| download | wireguard-openbsd-18a1e0b4f99a4985fd25d2d0321e4f42cbf5d302.tar.xz wireguard-openbsd-18a1e0b4f99a4985fd25d2d0321e4f42cbf5d302.zip | |
Unbreak the tree for gwk
Diffstat (limited to 'sys/netbt/bt_input.c')
| -rw-r--r-- | sys/netbt/bt_input.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/netbt/bt_input.c b/sys/netbt/bt_input.c index 3584f194603..d15841e26c7 100644 --- a/sys/netbt/bt_input.c +++ b/sys/netbt/bt_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bt_input.c,v 1.2 2006/03/04 22:40:16 brad Exp $ */ +/* $OpenBSD: bt_input.c,v 1.3 2007/05/30 08:10:02 uwe Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -25,11 +25,7 @@ #include <net/netisr.h> #include <netbt/bluetooth.h> -#include <netbt/hci.h> -#include <netbt/l2cap.h> -#include <netbt/bt.h> #include <netbt/bt_var.h> -#include <netbt/hci_var.h> struct ifqueue btintrq; @@ -53,6 +49,8 @@ btintr(void) if (m == NULL) break; +#if 0 ng_btsocket_hci_raw_data_input(m); +#endif } } |
