]> Git Repo - qemu.git/blobdiff - bt-host.c
linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt
[qemu.git] / bt-host.c
index 3701fbdbe776eebda99d8b5be72a6eb10e14aa6b..9a06578c99ea2bfa04aa74eb695c6f465f08a4d8 100644 (file)
--- a/bt-host.c
+++ b/bt-host.c
@@ -53,7 +53,7 @@ static void bt_host_send(struct HCIInfo *hci,
     struct iovec iv[2];
     int ret;
 
-    iv[0].iov_base = &pkt;
+    iv[0].iov_base = (void *)&pkt;
     iv[0].iov_len  = 1;
     iv[1].iov_base = (void *) data;
     iv[1].iov_len  = len;
This page took 0.022674 seconds and 4 git commands to generate.