summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bthidd/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/bthidd/client.c')
-rw-r--r--usr.sbin/bluetooth/bthidd/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/bthidd/client.c b/usr.sbin/bluetooth/bthidd/client.c
index 27508ce..ae06393 100644
--- a/usr.sbin/bluetooth/bthidd/client.c
+++ b/usr.sbin/bluetooth/bthidd/client.c
@@ -119,7 +119,8 @@ client_connect(bthid_server_p srv, int32_t fd)
{
bthid_session_p s;
hid_device_p d;
- int32_t error, len;
+ int32_t error;
+ socklen_t len;
assert(srv != NULL);
assert(fd >= 0);
OpenPOWER on IntegriCloud