X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..2d21ac55c334faf3a56e5634905ed6987fc787d4:/bsd/netat/adsp_attention.c diff --git a/bsd/netat/adsp_attention.c b/bsd/netat/adsp_attention.c index 40195fb38..095780c1e 100644 --- a/bsd/netat/adsp_attention.c +++ b/bsd/netat/adsp_attention.c @@ -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;