summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2006-09-21 17:16:37 +0000
committeremax <emax@FreeBSD.org>2006-09-21 17:16:37 +0000
commite942f54609255e62fd09f4311b8ecf03002713a3 (patch)
treeda75bfa7d6545dfd31dcecf3e929b52d82aa3dc6 /usr.sbin/bluetooth/hccontrol
parent582a76db5e779bf6f7d1bd577f554df37ecdf32d (diff)
downloadFreeBSD-src-e942f54609255e62fd09f4311b8ecf03002713a3.zip
FreeBSD-src-e942f54609255e62fd09f4311b8ecf03002713a3.tar.gz
Pacify new GCC4 warnings.
Submitted by: kan MFC after: 1 week
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol')
-rw-r--r--usr.sbin/bluetooth/hccontrol/link_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/link_control.c b/usr.sbin/bluetooth/hccontrol/link_control.c
index 6123e44..ea880cd 100644
--- a/usr.sbin/bluetooth/hccontrol/link_control.c
+++ b/usr.sbin/bluetooth/hccontrol/link_control.c
@@ -42,7 +42,7 @@ static int
hci_inquiry(int s, int argc, char **argv)
{
int n0, n1, n2, timo;
- uint8_t b[512];
+ char b[512];
ng_hci_inquiry_cp cp;
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
OpenPOWER on IntegriCloud