From 79c4abd2d3fa42608583a3969a456626ef26fa86 Mon Sep 17 00:00:00 2001 From: Uwe Stuehler Date: Wed, 30 May 2007 08:10:04 +0000 Subject: Unbreak the tree for gwk --- sys/netbt/bt_input.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sys/netbt/bt_input.c') 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 * @@ -25,11 +25,7 @@ #include #include -#include -#include -#include #include -#include struct ifqueue btintrq; @@ -53,6 +49,8 @@ btintr(void) if (m == NULL) break; +#if 0 ng_btsocket_hci_raw_data_input(m); +#endif } } -- cgit v1.2.3