summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol/hccontrol.h
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-04-09 23:58:53 +0000
committeremax <emax@FreeBSD.org>2004-04-09 23:58:53 +0000
commit96b75c2267d1d5caf4783f60f78743070ccfa0c8 (patch)
treefbab8941576e06ad6a4b5170cdafecdb37babc6e /usr.sbin/bluetooth/hccontrol/hccontrol.h
parent16d558884f1b7517e234363d9fffb2d781c2ef1b (diff)
downloadFreeBSD-src-96b75c2267d1d5caf4783f60f78743070ccfa0c8.zip
FreeBSD-src-96b75c2267d1d5caf4783f60f78743070ccfa0c8.tar.gz
Use uint instead of u_int
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol/hccontrol.h')
-rw-r--r--usr.sbin/bluetooth/hccontrol/hccontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/hccontrol.h b/usr.sbin/bluetooth/hccontrol/hccontrol.h
index 001ca71..4424f76 100644
--- a/usr.sbin/bluetooth/hccontrol/hccontrol.h
+++ b/usr.sbin/bluetooth/hccontrol/hccontrol.h
@@ -66,7 +66,7 @@ char const * const hci_vdata2str (int);
char const * const hci_hmode2str (int, char *, int);
char const * const hci_ver2str (int);
char const * const hci_manufacturer2str(int);
-char const * const hci_features2str (u_int8_t *, char *, int);
+char const * const hci_features2str (uint8_t *, char *, int);
char const * const hci_cc2str (int);
char const * const hci_con_state2str (int);
char const * const hci_status2str (int);
OpenPOWER on IntegriCloud