summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/afs/src/rx/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/afs/src/rx/rx.c b/usr.sbin/afs/src/rx/rx.c
index 83dc803b2fb..654120ee9a4 100644
--- a/usr.sbin/afs/src/rx/rx.c
+++ b/usr.sbin/afs/src/rx/rx.c
@@ -2399,7 +2399,7 @@ rxi_ReceiveAckPacket(struct rx_call * call, struct rx_packet * np)
rx_packetread(np, rx_AckDataSize(ap->nAcks), 4, &maxPacketSize);
maxPacketSize = (unsigned long) ntohl(maxPacketSize);
- dpf(("maxPacketSize=%ul\n", maxPacketSize));
+ dpf(("maxPacketSize=%lu\n", maxPacketSize));
/*
* sanity check - peer might have restarted with different params.