[tcp] Fix a 64bit compile time error

Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/1/head
Piotr Jaroszyński 2010-07-22 22:10:40 +02:00 committed by Michael Brown
parent b8dd94686b
commit 02e6092cd5
1 changed files with 1 additions and 1 deletions

View File

@ -1111,7 +1111,7 @@ static int tcp_rx ( struct io_buffer *iobuf,
( ( flags & TCP_FIN ) ? 1 : 0 ) );
/* Dump header */
DBGC2 ( tcp, "TCP %p RX %d<-%d %08x %08x..%08zx %4zd",
DBGC2 ( tcp, "TCP %p RX %d<-%d %08x %08x..%08x %4zd",
tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ),
ntohl ( tcphdr->ack ), ntohl ( tcphdr->seq ),
( ntohl ( tcphdr->seq ) + seq_len ), len );