summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2006-11-03 23:04:34 +0000
committerrrs <rrs@FreeBSD.org>2006-11-03 23:04:34 +0000
commit9fe01d5c9e750d0622b816574fb14f9c0f043cac (patch)
treee367e1e0f4d06bc2bc385f3448907b4d959b06bc /sys/netinet/sctp_input.c
parent61e78b6cd475e4262329819ad4d529239b9dab6f (diff)
downloadFreeBSD-src-9fe01d5c9e750d0622b816574fb14f9c0f043cac.zip
FreeBSD-src-9fe01d5c9e750d0622b816574fb14f9c0f043cac.tar.gz
More 64 bit pointer fun.
%p changed in multiple prints the mtod() was also fixed.
Diffstat (limited to 'sys/netinet/sctp_input.c')
-rw-r--r--sys/netinet/sctp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c
index e417f29..01c9ef7 100644
--- a/sys/netinet/sctp_input.c
+++ b/sys/netinet/sctp_input.c
@@ -250,7 +250,7 @@ sctp_process_init(struct sctp_init_chunk *cp, struct sctp_tcb *stcb,
sctp_free_remote_addr(sp->net);
sp->net = NULL;
/* Free the chunk */
- printf("sp:%x tcb:%x weird free case\n",
+ printf("sp:%p tcb:%p weird free case\n",
(u_int)sp, (u_int)stcb);
sctp_free_a_strmoq(stcb, sp);
OpenPOWER on IntegriCloud