]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_attention.c
xnu-1228.tar.gz
[apple/xnu.git] / bsd / netat / adsp_attention.c
index 40195fb386ddd53fe15919c87edbb15e26ef70a8..095780c1eff4621e1e8806da1854f29a16a36409 100644 (file)
@@ -121,7 +121,7 @@ l_err:
     }
     pb->ioDirection = 1;       /* outgoing attention data */
     if (sp->sapb) {            /* Pending attentions already? */
-               qAddToEnd(&sp->sapb, pb); /* Just add to end of queue */
+               qAddToEnd((struct qlink **)&sp->sapb, (struct qlink *)pb); /* Just add to end of queue */
     } else {
                sp->sendAttnData = 1;   /* Start off this attention */
                pb->qLink = 0;