mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Remove a bogus cast in an attempt to fix the tinderbox builds on
lots of arches.
This commit is contained in:
parent
5d5a1c7fb3
commit
5051417909
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163974
@ -2206,8 +2206,8 @@ sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from)
|
||||
sp = TAILQ_LAST(&((asoc->asoc.locked_on_sending)->outqueue),
|
||||
sctp_streamhead);
|
||||
if (sp == NULL) {
|
||||
printf("Error, sp is NULL, locked on sending is %ps strm:%d\n",
|
||||
(u_int)asoc->asoc.locked_on_sending,
|
||||
printf("Error, sp is NULL, locked on sending is %p strm:%d\n",
|
||||
asoc->asoc.locked_on_sending,
|
||||
asoc->asoc.locked_on_sending->stream_no);
|
||||
} else {
|
||||
if ((sp->length == 0) && (sp->msg_is_complete == 0))
|
||||
|
Loading…
Reference in New Issue
Block a user