summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/common/ng_bluetooth.c
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2011-01-12 19:53:39 +0000
committermdf <mdf@FreeBSD.org>2011-01-12 19:53:39 +0000
commit5ceb21c0a5e5b2f73b71f732d70a0efb23c643e6 (patch)
treeeb5fd71f36fbc73e111fa356d1af81102593c290 /sys/netgraph/bluetooth/common/ng_bluetooth.c
parent0f98344048d2c8f6451da3210aed52f458cb7b03 (diff)
downloadFreeBSD-src-5ceb21c0a5e5b2f73b71f732d70a0efb23c643e6.zip
FreeBSD-src-5ceb21c0a5e5b2f73b71f732d70a0efb23c643e6.tar.gz
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
Commit the netgraph piece.
Diffstat (limited to 'sys/netgraph/bluetooth/common/ng_bluetooth.c')
-rw-r--r--sys/netgraph/bluetooth/common/ng_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c
index fce53c6..6cd587e 100644
--- a/sys/netgraph/bluetooth/common/ng_bluetooth.c
+++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c
@@ -114,7 +114,7 @@ SYSCTL_PROC(_net_bluetooth_hci, OID_AUTO, connection_timeout,
bluetooth_set_hci_connect_timeout_value,
"I", "HCI connect timeout (sec)");
-SYSCTL_INT(_net_bluetooth_hci, OID_AUTO, max_neighbor_age, CTLFLAG_RW,
+SYSCTL_UINT(_net_bluetooth_hci, OID_AUTO, max_neighbor_age, CTLFLAG_RW,
&bluetooth_hci_max_neighbor_age_value, 600,
"Maximal HCI neighbor cache entry age (sec)");
OpenPOWER on IntegriCloud