summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/include
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2005-01-04 20:13:48 +0000
committeremax <emax@FreeBSD.org>2005-01-04 20:13:48 +0000
commit626c8fa3a1920fb021b8cecebc7ff6e15296c84c (patch)
tree3dfb9cc35663c4259d1fbb20f9599092a26abcb1 /sys/netgraph/bluetooth/include
parentadda6707d7ae2c1932359c48f48a980c71217acc (diff)
downloadFreeBSD-src-626c8fa3a1920fb021b8cecebc7ff6e15296c84c.zip
FreeBSD-src-626c8fa3a1920fb021b8cecebc7ff6e15296c84c.tar.gz
Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.
class is a reserved word in C++ Submitted by: Markus Brueffer < markus AT brueffer DOT de > MFC after: 3 days
Diffstat (limited to 'sys/netgraph/bluetooth/include')
-rw-r--r--sys/netgraph/bluetooth/include/ng_hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h
index a304d04..1fed759 100644
--- a/sys/netgraph/bluetooth/include/ng_hci.h
+++ b/sys/netgraph/bluetooth/include/ng_hci.h
@@ -1444,7 +1444,7 @@ typedef struct {
u_int8_t page_scan_rep_mode; /* page scan rep. mode */
u_int8_t page_scan_period_mode; /* page scan period mode */
u_int8_t page_scan_mode; /* page scan mode */
- u_int8_t class[NG_HCI_CLASS_SIZE]; /* unit class */
+ u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */
u_int16_t clock_offset; /* clock offset */
} __attribute__ ((packed)) ng_hci_inquiry_response;
OpenPOWER on IntegriCloud