summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_timer.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_timer.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_timer.c')
-rw-r--r--sys/netinet/sctp_timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c
index af59fa4..9566aef 100644
--- a/sys/netinet/sctp_timer.c
+++ b/sys/netinet/sctp_timer.c
@@ -862,7 +862,7 @@ sctp_t3rxt_timer(struct sctp_inpcb *inp,
int win_probe, num_mk;
#ifdef SCTP_FR_LOGGING
- sctp_log_fr(sctps_datadropchklmt.sctps_senddata, 0, 0, SCTP_FR_T3_TIMEOUT);
+ sctp_log_fr(0, 0, 0, SCTP_FR_T3_TIMEOUT);
#ifdef SCTP_CWND_LOGGING
{
struct sctp_nets *lnet;
@@ -1662,7 +1662,7 @@ select_a_new_ep:
}
if ((it->inp->inp_starting_point_for_iterator != NULL) &&
(it->inp->inp_starting_point_for_iterator != it)) {
- printf("Iterator collision, waiting for one at 0x%x\n",
+ printf("Iterator collision, waiting for one at %p\n",
(uint32_t) it->inp);
SCTP_INP_WUNLOCK(it->inp);
goto start_timer_return;
OpenPOWER on IntegriCloud